public class ListChangeSetsResult extends Object implements Serializable, Cloneable
The output for the ListChangeSets action.
Constructor and Description |
---|
ListChangeSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListChangeSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the output exceeds 1 MB, a string that identifies the next page of
change sets.
|
List<ChangeSetSummary> |
getSummaries()
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of
change sets.
|
void |
setSummaries(Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListChangeSetsResult |
withNextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of
change sets.
|
ListChangeSetsResult |
withSummaries(ChangeSetSummary... summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
ListChangeSetsResult |
withSummaries(Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
public List<ChangeSetSummary> getSummaries()
A list of ChangeSetSummary
structures that provides the ID
and status of each change set for the specified stack.
ChangeSetSummary
structures that provides
the ID and status of each change set for the specified stack.public void setSummaries(Collection<ChangeSetSummary> summaries)
A list of ChangeSetSummary
structures that provides the ID
and status of each change set for the specified stack.
summaries
- A list of ChangeSetSummary
structures that provides
the ID and status of each change set for the specified stack.public ListChangeSetsResult withSummaries(ChangeSetSummary... summaries)
A list of ChangeSetSummary
structures that provides the ID
and status of each change set for the specified stack.
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 ChangeSetSummary
structures that provides
the ID and status of each change set for the specified stack.public ListChangeSetsResult withSummaries(Collection<ChangeSetSummary> summaries)
A list of ChangeSetSummary
structures that provides the ID
and status of each change set for the specified stack.
summaries
- A list of ChangeSetSummary
structures that provides
the ID and status of each change set for the specified stack.public void setNextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.
nextToken
- If the output exceeds 1 MB, a string that identifies the next page
of change sets. If there is no additional page, this value is
null.public String getNextToken()
If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.
public ListChangeSetsResult withNextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.
nextToken
- If the output exceeds 1 MB, a string that identifies the next page
of change sets. If there is no additional page, this value is
null.public String toString()
toString
in class Object
Object.toString()
public ListChangeSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.