Class ListStacksResult
- All Implemented Interfaces:
Serializable, Cloneable
The output for ListStacks action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf the output exceeds 1 MB in size, a string that identifies the next page of stacks.A list ofStackSummarystructures containing information about the specified stacks.inthashCode()voidsetNextToken(String nextToken) If the output exceeds 1 MB in size, a string that identifies the next page of stacks.voidsetStackSummaries(Collection<StackSummary> stackSummaries) A list ofStackSummarystructures containing information about the specified stacks.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) If the output exceeds 1 MB in size, a string that identifies the next page of stacks.withStackSummaries(StackSummary... stackSummaries) A list ofStackSummarystructures containing information about the specified stacks.withStackSummaries(Collection<StackSummary> stackSummaries) A list ofStackSummarystructures containing information about the specified stacks.
-
Constructor Details
-
ListStacksResult
public ListStacksResult()
-
-
Method Details
-
getStackSummaries
A list of
StackSummarystructures containing information about the specified stacks.- Returns:
- A list of
StackSummarystructures containing information about the specified stacks.
-
setStackSummaries
A list of
StackSummarystructures containing information about the specified stacks.- Parameters:
stackSummaries- A list ofStackSummarystructures containing information about the specified stacks.
-
withStackSummaries
A list of
StackSummarystructures containing information about the specified stacks.NOTE: This method appends the values to the existing list (if any). Use
setStackSummaries(java.util.Collection)orwithStackSummaries(java.util.Collection)if you want to override the existing values.- Parameters:
stackSummaries- A list ofStackSummarystructures containing information about the specified stacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStackSummaries
A list of
StackSummarystructures containing information about the specified stacks.- Parameters:
stackSummaries- A list ofStackSummarystructures containing information about the specified stacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
- Parameters:
nextToken- If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
-
getNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
- Returns:
- If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
-
withNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
- Parameters:
nextToken- If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-