com.amazonaws.services.elasticmapreduce.model
Class ListBootstrapActionsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticmapreduce.model.ListBootstrapActionsRequest
All Implemented Interfaces:
Serializable

public class ListBootstrapActionsRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the ListBootstrapActions operation.

Provides information about the bootstrap actions associated with a cluster.

See Also:
AmazonElasticMapReduce.listBootstrapActions(ListBootstrapActionsRequest), Serialized Form

Constructor Summary
ListBootstrapActionsRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListBootstrapActionsRequest

public ListBootstrapActionsRequest()
Method Detail

getClusterId

public String getClusterId()
The cluster identifier for the bootstrap actions to list.

Returns:
The cluster identifier for the bootstrap actions to list.

setClusterId

public void setClusterId(String clusterId)
The cluster identifier for the bootstrap actions to list.

Parameters:
clusterId - The cluster identifier for the bootstrap actions to list.

withClusterId

public ListBootstrapActionsRequest withClusterId(String clusterId)
The cluster identifier for the bootstrap actions to list.

Returns a reference to this object so that method calls can be chained together.

Parameters:
clusterId - The cluster identifier for the bootstrap actions to list.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
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.

Returns:
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.

setMarker

public void setMarker(String 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.

Parameters:
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.

withMarker

public ListBootstrapActionsRequest withMarker(String 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.