Class ListChangeSetsResult
- All Implemented Interfaces:
Serializable, Cloneable
The output for the ListChangeSets action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf the output exceeds 1 MB, a string that identifies the next page of change sets.A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.inthashCode()voidsetNextToken(String nextToken) If the output exceeds 1 MB, a string that identifies the next page of change sets.voidsetSummaries(Collection<ChangeSetSummary> summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) If the output exceeds 1 MB, a string that identifies the next page of change sets.withSummaries(ChangeSetSummary... summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.withSummaries(Collection<ChangeSetSummary> summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.
-
Constructor Details
-
ListChangeSetsResult
public ListChangeSetsResult()
-
-
Method Details
-
getSummaries
A list of
ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.- Returns:
- A list of
ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.
-
setSummaries
A list of
ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.- Parameters:
summaries- A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.
-
withSummaries
A list of
ChangeSetSummarystructures 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)orwithSummaries(java.util.Collection)if you want to override the existing values.- Parameters:
summaries- A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSummaries
A list of
ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.- Parameters:
summaries- A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withNextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-