public class ListBootstrapActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListBootstrapActions operation.
 Provides information about the bootstrap actions associated with a cluster.
NOOP| Constructor and Description | 
|---|
ListBootstrapActionsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListBootstrapActionsRequest | 
clone()
Creates a shallow clone of this request. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getClusterId()
The cluster identifier for the bootstrap actions to list . 
 | 
String | 
getMarker()
The pagination token that indicates the next set of results to
 retrieve . 
 | 
int | 
hashCode()  | 
void | 
setClusterId(String clusterId)
The cluster identifier for the bootstrap actions to list . 
 | 
void | 
setMarker(String marker)
The pagination token that indicates the next set of results to
 retrieve . 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
ListBootstrapActionsRequest | 
withClusterId(String clusterId)
The cluster identifier for the bootstrap actions to list . 
 | 
ListBootstrapActionsRequest | 
withMarker(String marker)
The pagination token that indicates the next set of results to
 retrieve . 
 | 
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getClusterId()
public void setClusterId(String clusterId)
clusterId - The cluster identifier for the bootstrap actions to list .public ListBootstrapActionsRequest withClusterId(String clusterId)
Returns a reference to this object so that method calls can be chained together.
clusterId - The cluster identifier for the bootstrap actions to list .public String getMarker()
public void setMarker(String marker)
marker - The pagination token that indicates the next set of results to
         retrieve .public ListBootstrapActionsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The pagination token that indicates the next set of results to
         retrieve .public String toString()
toString in class ObjectObject.toString()public ListBootstrapActionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.