public class ListStepsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This input determines which steps to list.
NOOP| Constructor and Description |
|---|
ListStepsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListStepsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClusterId(String clusterId)
The identifier of the cluster for which to list the steps.
clusterId - The identifier of the cluster for which to list the steps.public String getClusterId()
The identifier of the cluster for which to list the steps.
public ListStepsRequest withClusterId(String clusterId)
The identifier of the cluster for which to list the steps.
clusterId - The identifier of the cluster for which to list the steps.public List<String> getStepStates()
The filter to limit the step list based on certain states.
StepStatepublic void setStepStates(Collection<String> stepStates)
The filter to limit the step list based on certain states.
stepStates - The filter to limit the step list based on certain states.StepStatepublic ListStepsRequest withStepStates(String... stepStates)
The filter to limit the step list based on certain states.
NOTE: This method appends the values to the existing list (if
any). Use setStepStates(java.util.Collection) or
withStepStates(java.util.Collection) if you want to override the
existing values.
stepStates - The filter to limit the step list based on certain states.StepStatepublic ListStepsRequest withStepStates(Collection<String> stepStates)
The filter to limit the step list based on certain states.
stepStates - The filter to limit the step list based on certain states.StepStatepublic ListStepsRequest withStepStates(StepState... stepStates)
The filter to limit the step list based on certain states.
stepStates - The filter to limit the step list based on certain states.StepStatepublic List<String> getStepIds()
The filter to limit the step list based on the identifier of the steps.
public void setStepIds(Collection<String> stepIds)
The filter to limit the step list based on the identifier of the steps.
stepIds - The filter to limit the step list based on the identifier of the
steps.public ListStepsRequest withStepIds(String... stepIds)
The filter to limit the step list based on the identifier of the steps.
NOTE: This method appends the values to the existing list (if
any). Use setStepIds(java.util.Collection) or
withStepIds(java.util.Collection) if you want to override the
existing values.
stepIds - The filter to limit the step list based on the identifier of the
steps.public ListStepsRequest withStepIds(Collection<String> stepIds)
The filter to limit the step list based on the identifier of the steps.
stepIds - The filter to limit the step list based on the identifier of the
steps.public void setMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker - The pagination token that indicates the next set of results to
retrieve.public String getMarker()
The pagination token that indicates the next set of results to retrieve.
public ListStepsRequest withMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker - The pagination token that indicates the next set of results to
retrieve.public String toString()
toString in class ObjectObject.toString()public ListStepsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.