public class ListStackResourcesResult
extends java.lang.Object
implements java.io.Serializable
The output for a ListStackResources action.
| コンストラクタと説明 |
|---|
ListStackResourcesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
String that identifies the start of the next list of events, if there
is one.
|
java.util.List<StackResourceSummary> |
getStackResourceSummaries()
A list of
StackResourceSummary structures. |
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
String that identifies the start of the next list of events, if there
is one.
|
void |
setStackResourceSummaries(java.util.Collection<StackResourceSummary> stackResourceSummaries)
A list of
StackResourceSummary structures. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStackResourcesResult |
withNextToken(java.lang.String nextToken)
String that identifies the start of the next list of events, if there
is one.
|
ListStackResourcesResult |
withStackResourceSummaries(java.util.Collection<StackResourceSummary> stackResourceSummaries)
A list of
StackResourceSummary structures. |
ListStackResourcesResult |
withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
A list of
StackResourceSummary structures. |
public java.util.List<StackResourceSummary> getStackResourceSummaries()
StackResourceSummary structures.StackResourceSummary structures.public void setStackResourceSummaries(java.util.Collection<StackResourceSummary> stackResourceSummaries)
StackResourceSummary structures.stackResourceSummaries - A list of StackResourceSummary structures.public ListStackResourcesResult withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
StackResourceSummary structures.
Returns a reference to this object so that method calls can be chained together.
stackResourceSummaries - A list of StackResourceSummary structures.public ListStackResourcesResult withStackResourceSummaries(java.util.Collection<StackResourceSummary> stackResourceSummaries)
StackResourceSummary structures.
Returns a reference to this object so that method calls can be chained together.
stackResourceSummaries - A list of StackResourceSummary structures.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 events, if there
is one.public ListStackResourcesResult 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 events, 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