@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() |
boolean |
equals(Object obj) |
String |
getClusterId()
The identifier of the cluster for which to list the steps.
|
String |
getMarker()
The maximum number of steps that a single
ListSteps action returns is 50. |
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 maximum number of steps that a single
ListSteps action returns is 50. |
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.
|
ListStepsRequest |
withClusterId(String clusterId)
The identifier of the cluster for which to list the steps.
|
ListStepsRequest |
withMarker(String marker)
The maximum number of steps that a single
ListSteps action returns is 50. |
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, copyBaseTo, 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. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
public void setStepIds(Collection<String> stepIds)
The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
stepIds
- The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten
Step IDs. The character constraint applies to the overall length of the array.public ListStepsRequest withStepIds(String... stepIds)
The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
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. You can specify a maximum of ten
Step IDs. The character constraint applies to the overall length of the array.public ListStepsRequest withStepIds(Collection<String> stepIds)
The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
stepIds
- The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten
Step IDs. The character constraint applies to the overall length of the array.public void setMarker(String marker)
The maximum number of steps that a single ListSteps
action returns is 50. To return a longer list of
steps, use multiple ListSteps
actions along with the Marker
parameter, which is a
pagination token that indicates the next set of results to retrieve.
marker
- The maximum number of steps that a single ListSteps
action returns is 50. To return a longer
list of steps, use multiple ListSteps
actions along with the Marker
parameter,
which is a pagination token that indicates the next set of results to retrieve.public String getMarker()
The maximum number of steps that a single ListSteps
action returns is 50. To return a longer list of
steps, use multiple ListSteps
actions along with the Marker
parameter, which is a
pagination token that indicates the next set of results to retrieve.
ListSteps
action returns is 50. To return a longer
list of steps, use multiple ListSteps
actions along with the Marker
parameter,
which is a pagination token that indicates the next set of results to retrieve.public ListStepsRequest withMarker(String marker)
The maximum number of steps that a single ListSteps
action returns is 50. To return a longer list of
steps, use multiple ListSteps
actions along with the Marker
parameter, which is a
pagination token that indicates the next set of results to retrieve.
marker
- The maximum number of steps that a single ListSteps
action returns is 50. To return a longer
list of steps, use multiple ListSteps
actions along with the Marker
parameter,
which is a 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 © 2022. All rights reserved.