Class ListStacksResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for ListStacks action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.A list ofStackSummary
structures containing information about the specified stacks.int
hashCode()
void
setNextToken
(String nextToken) If the output exceeds 1 MB in size, a string that identifies the next page of stacks.void
setStackSummaries
(Collection<StackSummary> stackSummaries) A list ofStackSummary
structures 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 ofStackSummary
structures containing information about the specified stacks.withStackSummaries
(Collection<StackSummary> stackSummaries) A list ofStackSummary
structures containing information about the specified stacks.
-
Constructor Details
-
ListStacksResult
public ListStacksResult()
-
-
Method Details
-
getStackSummaries
A list of
StackSummary
structures containing information about the specified stacks.- Returns:
- A list of
StackSummary
structures containing information about the specified stacks.
-
setStackSummaries
A list of
StackSummary
structures containing information about the specified stacks.- Parameters:
stackSummaries
- A list ofStackSummary
structures containing information about the specified stacks.
-
withStackSummaries
A list of
StackSummary
structures 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 ofStackSummary
structures 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
StackSummary
structures containing information about the specified stacks.- Parameters:
stackSummaries
- A list ofStackSummary
structures 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-