@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAutomationExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAutomationExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAutomationExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<AutomationExecutionMetadata> |
getAutomationExecutionMetadataList()
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAutomationExecutionsResult |
withAutomationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
DescribeAutomationExecutionsResult |
withAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
DescribeAutomationExecutionsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AutomationExecutionMetadata> getAutomationExecutionMetadataList()
The list of details about each automation execution which has occurred which matches the filter specification, if any.
public void setAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if any.
automationExecutionMetadataList
- The list of details about each automation execution which has occurred which matches the filter
specification, if any.public DescribeAutomationExecutionsResult withAutomationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if any.
NOTE: This method appends the values to the existing list (if any). Use
setAutomationExecutionMetadataList(java.util.Collection)
or
withAutomationExecutionMetadataList(java.util.Collection)
if you want to override the existing values.
automationExecutionMetadataList
- The list of details about each automation execution which has occurred which matches the filter
specification, if any.public DescribeAutomationExecutionsResult withAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if any.
automationExecutionMetadataList
- The list of details about each automation execution which has occurred which matches the filter
specification, if any.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 DescribeAutomationExecutionsResult 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 DescribeAutomationExecutionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.