Class ListStepsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
This input determines which steps to list.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The 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.int
hashCode()
void
setClusterId
(String clusterId) The identifier of the cluster for which to list the steps.void
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.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 com.amazonaws.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
The filter to limit the step list based on certain states.
- Returns:
- The filter to limit the step list based on certain states.
- See Also:
-
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
The filter to limit the step list based on the identifier of the steps.
- Returns:
- The filter to limit the step list based on the identifier of the steps.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-