public class ListChangeSetsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the ListChangeSets action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextToken
If the output exceeds 1 MB, a string that identifies the next page of
change sets.
|
private SdkInternalList<ChangeSetSummary> |
summaries
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
Constructor and Description |
---|
ListChangeSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListChangeSetsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If the output exceeds 1 MB, a string that identifies the next page of
change sets.
|
java.util.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(java.lang.String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of
change sets.
|
void |
setSummaries(java.util.Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListChangeSetsResult |
withNextToken(java.lang.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(java.util.Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
private SdkInternalList<ChangeSetSummary> summaries
A list of ChangeSetSummary
structures that provides the ID
and status of each change set for the specified stack.
private java.lang.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.
public java.util.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(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListChangeSetsResult clone()
clone
in class java.lang.Object