|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticmapreduce.model.ListStepsRequest
public class ListStepsRequest
Container for the parameters to the ListSteps operation
.
Provides a list of steps for the cluster.
AmazonElasticMapReduce.listSteps(ListStepsRequest)
,
Serialized FormConstructor Summary | |
---|---|
ListStepsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getClusterId()
The identifier of the cluster for which to list the steps. |
String |
getMarker()
The pagination token is a random string indicating whether there are more results to fetch. |
List<String> |
getStepStates()
The filter to limit the step list based on certain states. |
int |
hashCode()
|
void |
setClusterId(String clusterId)
The identifier of the cluster for which to list the steps. |
void |
setMarker(String marker)
The pagination token is a random string indicating whether there are more results to fetch. |
void |
setStepStates(Collection<String> stepStates)
The filter to limit the step list based on certain states. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListStepsRequest |
withClusterId(String clusterId)
The identifier of the cluster for which to list the steps. |
ListStepsRequest |
withMarker(String marker)
The pagination token is a random string indicating whether there are more results to fetch. |
ListStepsRequest |
withStepStates(Collection<String> stepStates)
The filter to limit the step list based on certain states. |
ListStepsRequest |
withStepStates(StepState... stepStates)
The filter to limit the step list based on certain states. |
ListStepsRequest |
withStepStates(String... stepStates)
The filter to limit the step list based on certain states. |
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 |
---|
public ListStepsRequest()
Method Detail |
---|
public String getClusterId()
public void setClusterId(String clusterId)
clusterId
- The identifier of the cluster for which to list the steps.public ListStepsRequest withClusterId(String clusterId)
Returns a reference to this object so that method calls can be chained together.
clusterId
- The identifier of the cluster for which to list the steps.
public List<String> getStepStates()
public void setStepStates(Collection<String> stepStates)
stepStates
- The filter to limit the step list based on certain states.public ListStepsRequest withStepStates(String... stepStates)
Returns a reference to this object so that method calls can be chained together.
stepStates
- The filter to limit the step list based on certain states.
public ListStepsRequest withStepStates(Collection<String> stepStates)
Returns a reference to this object so that method calls can be chained together.
stepStates
- The filter to limit the step list based on certain states.
public ListStepsRequest withStepStates(StepState... stepStates)
Returns a reference to this object so that method calls can be chained together.
stepStates
- The filter to limit the step list based on certain states.
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 ListStepsRequest 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |