public class ListStepsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
This input determines which steps to list.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clusterId
The identifier of the cluster for which to list the steps.
|
private java.lang.String |
marker
The pagination token that indicates the next set of results to retrieve.
|
private SdkInternalList<java.lang.String> |
stepIds
The filter to limit the step list based on the identifier of the steps.
|
private SdkInternalList<java.lang.String> |
stepStates
The filter to limit the step list based on certain states.
|
NOOP
Constructor and Description |
---|
ListStepsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStepsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterId()
The identifier of the cluster for which to list the steps.
|
java.lang.String |
getMarker()
The pagination token that indicates the next set of results to retrieve.
|
java.util.List<java.lang.String> |
getStepIds()
The filter to limit the step list based on the identifier of the steps.
|
java.util.List<java.lang.String> |
getStepStates()
The filter to limit the step list based on certain states.
|
int |
hashCode() |
void |
setClusterId(java.lang.String clusterId)
The identifier of the cluster for which to list the steps.
|
void |
setMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve.
|
void |
setStepIds(java.util.Collection<java.lang.String> stepIds)
The filter to limit the step list based on the identifier of the steps.
|
void |
setStepStates(java.util.Collection<java.lang.String> stepStates)
The filter to limit the step list based on certain states.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStepsRequest |
withClusterId(java.lang.String clusterId)
The identifier of the cluster for which to list the steps.
|
ListStepsRequest |
withMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListStepsRequest |
withStepIds(java.util.Collection<java.lang.String> stepIds)
The filter to limit the step list based on the identifier of the steps.
|
ListStepsRequest |
withStepIds(java.lang.String... stepIds)
The filter to limit the step list based on the identifier of the steps.
|
ListStepsRequest |
withStepStates(java.util.Collection<java.lang.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(java.lang.String... stepStates)
The filter to limit the step list based on certain states.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String clusterId
The identifier of the cluster for which to list the steps.
private SdkInternalList<java.lang.String> stepStates
The filter to limit the step list based on certain states.
private SdkInternalList<java.lang.String> stepIds
The filter to limit the step list based on the identifier of the steps.
private java.lang.String marker
The pagination token that indicates the next set of results to retrieve.
public void setClusterId(java.lang.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 java.lang.String getClusterId()
The identifier of the cluster for which to list the steps.
public ListStepsRequest withClusterId(java.lang.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 java.util.List<java.lang.String> getStepStates()
The filter to limit the step list based on certain states.
StepState
public void setStepStates(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.util.List<java.lang.String> getStepIds()
The filter to limit the step list based on the identifier of the steps.
public void setStepIds(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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(java.lang.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 java.lang.String getMarker()
The pagination token that indicates the next set of results to retrieve.
public ListStepsRequest withMarker(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListStepsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()