@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAutomationStepExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAutomationStepExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAutomationStepExecutionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAutomationExecutionId()
The Automation execution ID for which you want step execution descriptions.
|
List<StepExecutionFilter> |
getFilters()
One or more filters to limit the number of step executions returned by the request.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
Boolean |
getReverseOrder()
A boolean that indicates whether to list step executions in reverse order by start time.
|
int |
hashCode() |
Boolean |
isReverseOrder()
A boolean that indicates whether to list step executions in reverse order by start time.
|
void |
setAutomationExecutionId(String automationExecutionId)
The Automation execution ID for which you want step execution descriptions.
|
void |
setFilters(Collection<StepExecutionFilter> filters)
One or more filters to limit the number of step executions returned by the request.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setReverseOrder(Boolean reverseOrder)
A boolean that indicates whether to list step executions in reverse order by start time.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAutomationStepExecutionsRequest |
withAutomationExecutionId(String automationExecutionId)
The Automation execution ID for which you want step execution descriptions.
|
DescribeAutomationStepExecutionsRequest |
withFilters(Collection<StepExecutionFilter> filters)
One or more filters to limit the number of step executions returned by the request.
|
DescribeAutomationStepExecutionsRequest |
withFilters(StepExecutionFilter... filters)
One or more filters to limit the number of step executions returned by the request.
|
DescribeAutomationStepExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeAutomationStepExecutionsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeAutomationStepExecutionsRequest |
withReverseOrder(Boolean reverseOrder)
A boolean that indicates whether to list step executions in reverse order by start time.
|
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 DescribeAutomationStepExecutionsRequest()
public void setAutomationExecutionId(String automationExecutionId)
The Automation execution ID for which you want step execution descriptions.
automationExecutionId
- The Automation execution ID for which you want step execution descriptions.public String getAutomationExecutionId()
The Automation execution ID for which you want step execution descriptions.
public DescribeAutomationStepExecutionsRequest withAutomationExecutionId(String automationExecutionId)
The Automation execution ID for which you want step execution descriptions.
automationExecutionId
- The Automation execution ID for which you want step execution descriptions.public List<StepExecutionFilter> getFilters()
One or more filters to limit the number of step executions returned by the request.
public void setFilters(Collection<StepExecutionFilter> filters)
One or more filters to limit the number of step executions returned by the request.
filters
- One or more filters to limit the number of step executions returned by the request.public DescribeAutomationStepExecutionsRequest withFilters(StepExecutionFilter... filters)
One or more filters to limit the number of step executions returned by the request.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- One or more filters to limit the number of step executions returned by the request.public DescribeAutomationStepExecutionsRequest withFilters(Collection<StepExecutionFilter> filters)
One or more filters to limit the number of step executions returned by the request.
filters
- One or more filters to limit the number of step executions returned by the request.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeAutomationStepExecutionsRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public DescribeAutomationStepExecutionsRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public void setReverseOrder(Boolean reverseOrder)
A boolean that indicates whether to list step executions in reverse order by start time. The default value is false.
reverseOrder
- A boolean that indicates whether to list step executions in reverse order by start time. The default value
is false.public Boolean getReverseOrder()
A boolean that indicates whether to list step executions in reverse order by start time. The default value is false.
public DescribeAutomationStepExecutionsRequest withReverseOrder(Boolean reverseOrder)
A boolean that indicates whether to list step executions in reverse order by start time. The default value is false.
reverseOrder
- A boolean that indicates whether to list step executions in reverse order by start time. The default value
is false.public Boolean isReverseOrder()
A boolean that indicates whether to list step executions in reverse order by start time. The default value is false.
public String toString()
toString
in class Object
Object.toString()
public DescribeAutomationStepExecutionsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.