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() |
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.