Class ListStepsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
This input determines which steps to list.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe identifier of the cluster for which to list the steps.The pagination token that indicates the next set of results to retrieve.The filter to limit the step list based on the identifier of the steps.The filter to limit the step list based on certain states.inthashCode()voidsetClusterId(String clusterId) The identifier of the cluster for which to list the steps.voidThe pagination token that indicates the next set of results to retrieve.voidsetStepIds(Collection<String> stepIds) The filter to limit the step list based on the identifier of the steps.voidsetStepStates(Collection<String> stepStates) The filter to limit the step list based on certain states.toString()Returns a string representation of this object; useful for testing and debugging.withClusterId(String clusterId) The identifier of the cluster for which to list the steps.withMarker(String marker) The pagination token that indicates the next set of results to retrieve.withStepIds(String... stepIds) The filter to limit the step list based on the identifier of the steps.withStepIds(Collection<String> stepIds) The filter to limit the step list based on the identifier of the steps.withStepStates(StepState... stepStates) The filter to limit the step list based on certain states.withStepStates(String... stepStates) The filter to limit the step list based on certain states.withStepStates(Collection<String> stepStates) The filter to limit the step list based on certain states.Methods inherited from class AmazonWebServiceRequest
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
-
Constructor Details
-
ListStepsRequest
public ListStepsRequest()
-
-
Method Details
-
setClusterId
The identifier of the cluster for which to list the steps.
- Parameters:
clusterId- The identifier of the cluster for which to list the steps.
-
getClusterId
The identifier of the cluster for which to list the steps.
- Returns:
- The identifier of the cluster for which to list the steps.
-
withClusterId
The identifier of the cluster for which to list the steps.
- Parameters:
clusterId- The identifier of the cluster for which to list the steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getStepStates
-
setStepStates
The filter to limit the step list based on certain states.
- Parameters:
stepStates- The filter to limit the step list based on certain states.- See Also:
-
withStepStates
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)orwithStepStates(java.util.Collection)if you want to override the existing values.- Parameters:
stepStates- The filter to limit the step list based on certain states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
withStepStates
The filter to limit the step list based on certain states.
- Parameters:
stepStates- The filter to limit the step list based on certain states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
withStepStates
The filter to limit the step list based on certain states.
- Parameters:
stepStates- The filter to limit the step list based on certain states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
getStepIds
-
setStepIds
The filter to limit the step list based on the identifier of the steps.
- Parameters:
stepIds- The filter to limit the step list based on the identifier of the steps.
-
withStepIds
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)orwithStepIds(java.util.Collection)if you want to override the existing values.- Parameters:
stepIds- The filter to limit the step list based on the identifier of the steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStepIds
The filter to limit the step list based on the identifier of the steps.
- Parameters:
stepIds- The filter to limit the step list based on the identifier of the steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
The pagination token that indicates the next set of results to retrieve.
- Parameters:
marker- The pagination token that indicates the next set of results to retrieve.
-
getMarker
The pagination token that indicates the next set of results to retrieve.
- Returns:
- The pagination token that indicates the next set of results to retrieve.
-
withMarker
The pagination token that indicates the next set of results to retrieve.
- Parameters:
marker- The pagination token that indicates the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-