@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssociationExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAssociationExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAssociationExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<AssociationExecution> |
getAssociationExecutions()
A list of the executions for the specified association ID.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setAssociationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssociationExecutionsResult |
withAssociationExecutions(AssociationExecution... associationExecutions)
A list of the executions for the specified association ID.
|
DescribeAssociationExecutionsResult |
withAssociationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
|
DescribeAssociationExecutionsResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AssociationExecution> getAssociationExecutions()
A list of the executions for the specified association ID.
public void setAssociationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
associationExecutions
- A list of the executions for the specified association ID.public DescribeAssociationExecutionsResult withAssociationExecutions(AssociationExecution... associationExecutions)
A list of the executions for the specified association ID.
NOTE: This method appends the values to the existing list (if any). Use
setAssociationExecutions(java.util.Collection)
or
withAssociationExecutions(java.util.Collection)
if you want to override the existing values.
associationExecutions
- A list of the executions for the specified association ID.public DescribeAssociationExecutionsResult withAssociationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
associationExecutions
- A list of the executions for the specified association ID.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public DescribeAssociationExecutionsResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeAssociationExecutionsResult clone()