public class ListBootstrapActionsRequest extends AmazonWebServiceRequest implements Serializable
ListBootstrapActions operation
.
Provides information about the bootstrap actions associated with a cluster.
Constructor and Description |
---|
ListBootstrapActionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClusterId()
The cluster identifier for the bootstrap actions to list.
|
String |
getMarker()
The pagination token is a random string indicating whether there are
more results to fetch.
|
int |
hashCode() |
void |
setClusterId(String clusterId)
The cluster identifier for the bootstrap actions to list.
|
void |
setMarker(String marker)
The pagination token is a random string indicating whether there are
more results to fetch.
|
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 is a random string indicating whether there are
more results to fetch.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public 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 is a random string indicating whether there are
more results to fetch. Provide the pagination token from earlier API
calls to retrieve the next page of results. When the value is null,
all results have been returned.public ListBootstrapActionsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The pagination token is a random string indicating whether there are
more results to fetch. Provide the pagination token from earlier API
calls to retrieve the next page of results. When the value is null,
all results have been returned.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.