@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAutomationStepExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAutomationStepExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAutomationStepExecutionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<StepExecution> |
getStepExecutions()
A list of details about the current state of all steps that make up an execution.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAutomationStepExecutionsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeAutomationStepExecutionsResult |
withStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
DescribeAutomationStepExecutionsResult |
withStepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeAutomationStepExecutionsResult()
public List<StepExecution> getStepExecutions()
A list of details about the current state of all steps that make up an execution.
public void setStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
stepExecutions
- A list of details about the current state of all steps that make up an execution.public DescribeAutomationStepExecutionsResult withStepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that make up an execution.
NOTE: This method appends the values to the existing list (if any). Use
setStepExecutions(java.util.Collection)
or withStepExecutions(java.util.Collection)
if you want
to override the existing values.
stepExecutions
- A list of details about the current state of all steps that make up an execution.public DescribeAutomationStepExecutionsResult withStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
stepExecutions
- A list of details about the current state of all steps that make up an execution.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribeAutomationStepExecutionsResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeAutomationStepExecutionsResult clone()