public class ListStepsRequest extends AmazonWebServiceRequest implements Serializable
ListSteps operation.
 Provides a list of steps for the cluster.
NOOP| Constructor and Description | 
|---|
| ListStepsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getClusterId()The identifier of the cluster for which to list the steps. | 
| String | getMarker()The pagination token that indicates the next set of results to
 retrieve. | 
| List<String> | getStepIds()The filter to limit the step list based on the identifier of the
 steps. | 
| 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 that indicates the next set of results to
 retrieve. | 
| void | setStepIds(Collection<String> stepIds)The filter to limit the step list based on the identifier of the
 steps. | 
| 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 that indicates the next set of results to
 retrieve. | 
| ListStepsRequest | withStepIds(Collection<String> stepIds)The filter to limit the step list based on the identifier of the
 steps. | 
| ListStepsRequest | withStepIds(String... stepIds)The filter to limit the step list based on the identifier of the
 steps. | 
| 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. | 
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 List<String> getStepIds()
public void setStepIds(Collection<String> stepIds)
stepIds - The filter to limit the step list based on the identifier of the
         steps.public ListStepsRequest withStepIds(String... stepIds)
Returns a reference to this object so that method calls can be chained together.
stepIds - The filter to limit the step list based on the identifier of the
         steps.public ListStepsRequest withStepIds(Collection<String> stepIds)
Returns a reference to this object so that method calls can be chained together.
stepIds - The filter to limit the step list based on the identifier of the
         steps.public String getMarker()
public void setMarker(String marker)
marker - The pagination token that indicates the next set of results to
         retrieve.public ListStepsRequest 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()Copyright © 2014. All rights reserved.