@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStackSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListStackSetsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListStackSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
List<StackSetSummary> |
getSummaries()
A list of
StackSetSummary structures that contain information about the user's stack sets. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
void |
setSummaries(Collection<StackSetSummary> summaries)
A list of
StackSetSummary structures that contain information about the user's stack sets. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListStackSetsResult |
withNextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
ListStackSetsResult |
withSummaries(Collection<StackSetSummary> summaries)
A list of
StackSetSummary structures that contain information about the user's stack sets. |
ListStackSetsResult |
withSummaries(StackSetSummary... summaries)
A list of
StackSetSummary structures that contain information about the user's stack sets. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<StackSetSummary> getSummaries()
A list of StackSetSummary structures that contain information about the user's stack sets.
StackSetSummary structures that contain information about the user's stack sets.public void setSummaries(Collection<StackSetSummary> summaries)
A list of StackSetSummary structures that contain information about the user's stack sets.
summaries - A list of StackSetSummary structures that contain information about the user's stack sets.public ListStackSetsResult withSummaries(StackSetSummary... summaries)
A list of StackSetSummary structures that contain information about the user's stack sets.
NOTE: This method appends the values to the existing list (if any). Use
setSummaries(java.util.Collection) or withSummaries(java.util.Collection) if you want to
override the existing values.
summaries - A list of StackSetSummary structures that contain information about the user's stack sets.public ListStackSetsResult withSummaries(Collection<StackSetSummary> summaries)
A list of StackSetSummary structures that contain information about the user's stack sets.
summaries - A list of StackSetSummary structures that contain information about the user's stack sets.public void setNextToken(String nextToken)
If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve
the next set of results, call ListStackInstances again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.
nextToken - If the request doesn't return all of the remaining results, NextToken is set to a token. To
retrieve the next set of results, call ListStackInstances again and assign that token to the
request object's NextToken parameter. If the request returns all results,
NextToken is set to null.public String getNextToken()
If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve
the next set of results, call ListStackInstances again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.
NextToken is set to a token. To
retrieve the next set of results, call ListStackInstances again and assign that token to the
request object's NextToken parameter. If the request returns all results,
NextToken is set to null.public ListStackSetsResult withNextToken(String nextToken)
If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve
the next set of results, call ListStackInstances again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.
nextToken - If the request doesn't return all of the remaining results, NextToken is set to a token. To
retrieve the next set of results, call ListStackInstances again and assign that token to the
request object's NextToken parameter. If the request returns all results,
NextToken is set to null.public String toString()
toString in class ObjectObject.toString()public ListStackSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.