@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssociationExecutionTargetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAssociationExecutionTargetsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAssociationExecutionTargetsResult |
clone() |
boolean |
equals(Object obj) |
List<AssociationExecutionTarget> |
getAssociationExecutionTargets()
Information about the execution.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setAssociationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)
Information about the execution.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssociationExecutionTargetsResult |
withAssociationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets)
Information about the execution.
|
DescribeAssociationExecutionTargetsResult |
withAssociationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)
Information about the execution.
|
DescribeAssociationExecutionTargetsResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeAssociationExecutionTargetsResult()
public List<AssociationExecutionTarget> getAssociationExecutionTargets()
Information about the execution.
public void setAssociationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)
Information about the execution.
associationExecutionTargets
- Information about the execution.public DescribeAssociationExecutionTargetsResult withAssociationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets)
Information about the execution.
NOTE: This method appends the values to the existing list (if any). Use
setAssociationExecutionTargets(java.util.Collection)
or
withAssociationExecutionTargets(java.util.Collection)
if you want to override the existing values.
associationExecutionTargets
- Information about the execution.public DescribeAssociationExecutionTargetsResult withAssociationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)
Information about the execution.
associationExecutionTargets
- Information about the execution.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 DescribeAssociationExecutionTargetsResult 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 DescribeAssociationExecutionTargetsResult clone()