public class ListStacksResult
extends java.lang.Object
implements java.io.Serializable
The output for ListStacks action.
| コンストラクタと説明 |
|---|
ListStacksResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
String that identifies the start of the next list of stacks, if there
is one.
|
java.util.List<StackSummary> |
getStackSummaries()
A list of
StackSummary structures containing information
about the specified stacks. |
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
String that identifies the start of the next list of stacks, if there
is one.
|
void |
setStackSummaries(java.util.Collection<StackSummary> stackSummaries)
A list of
StackSummary structures containing information
about the specified stacks. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStacksResult |
withNextToken(java.lang.String nextToken)
String that identifies the start of the next list of stacks, if there
is one.
|
ListStacksResult |
withStackSummaries(java.util.Collection<StackSummary> stackSummaries)
A list of
StackSummary structures containing information
about the specified stacks. |
ListStacksResult |
withStackSummaries(StackSummary... stackSummaries)
A list of
StackSummary structures containing information
about the specified stacks. |
public java.util.List<StackSummary> getStackSummaries()
StackSummary structures containing information
about the specified stacks.StackSummary structures containing information
about the specified stacks.public void setStackSummaries(java.util.Collection<StackSummary> stackSummaries)
StackSummary structures containing information
about the specified stacks.stackSummaries - A list of StackSummary structures containing information
about the specified stacks.public ListStacksResult withStackSummaries(StackSummary... stackSummaries)
StackSummary structures containing information
about the specified stacks.
Returns a reference to this object so that method calls can be chained together.
stackSummaries - A list of StackSummary structures containing information
about the specified stacks.public ListStacksResult withStackSummaries(java.util.Collection<StackSummary> stackSummaries)
StackSummary structures containing information
about the specified stacks.
Returns a reference to this object so that method calls can be chained together.
stackSummaries - A list of StackSummary structures containing information
about the specified stacks.public java.lang.String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(java.lang.String nextToken)
Constraints:
Length: 1 - 1024
nextToken - String that identifies the start of the next list of stacks, if there
is one.public ListStacksResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
nextToken - String that identifies the start of the next list of stacks, if there
is one.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object