public class ListBootstrapActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
This input determines which bootstrap actions to retrieve.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clusterId
The cluster identifier for the bootstrap actions to list .
|
private java.lang.String |
marker
The pagination token that indicates the next set of results to retrieve .
|
NOOP
Constructor and Description |
---|
ListBootstrapActionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBootstrapActionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterId()
The cluster identifier for the bootstrap actions to list .
|
java.lang.String |
getMarker()
The pagination token that indicates the next set of results to retrieve .
|
int |
hashCode() |
void |
setClusterId(java.lang.String clusterId)
The cluster identifier for the bootstrap actions to list .
|
void |
setMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve .
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListBootstrapActionsRequest |
withClusterId(java.lang.String clusterId)
The cluster identifier for the bootstrap actions to list .
|
ListBootstrapActionsRequest |
withMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve .
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String clusterId
The cluster identifier for the bootstrap actions to list .
private java.lang.String marker
The pagination token that indicates the next set of results to retrieve .
public void setClusterId(java.lang.String clusterId)
The cluster identifier for the bootstrap actions to list .
clusterId
- The cluster identifier for the bootstrap actions to list .public java.lang.String getClusterId()
The cluster identifier for the bootstrap actions to list .
public ListBootstrapActionsRequest withClusterId(java.lang.String clusterId)
The cluster identifier for the bootstrap actions to list .
clusterId
- The cluster identifier for the bootstrap actions to list .public void setMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve .
marker
- The pagination token that indicates the next set of results to
retrieve .public java.lang.String getMarker()
The pagination token that indicates the next set of results to retrieve .
public ListBootstrapActionsRequest withMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve .
marker
- The pagination token that indicates the next set of results to
retrieve .public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListBootstrapActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()