@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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.
StepState
public 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.StepState
public 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.StepState
public 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.StepState
public 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.StepState
public 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 Object
Object.toString()
public ListStepsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.