|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudformation.model.ListStackResourcesResult
public class ListStackResourcesResult
The output for a ListStackResources action.
Constructor Summary | |
---|---|
ListStackResourcesResult()
|
Method Summary | |
---|---|
String |
getNextToken()
String that identifies the start of the next list of events, if there is one. |
List<StackResourceSummary> |
getStackResourceSummaries()
A list of StackResourceSummary structures. |
void |
setNextToken(String nextToken)
String that identifies the start of the next list of events, if there is one. |
void |
setStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of StackResourceSummary structures. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListStackResourcesResult |
withNextToken(String nextToken)
String that identifies the start of the next list of events, if there is one. |
ListStackResourcesResult |
withStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of StackResourceSummary structures. |
ListStackResourcesResult |
withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
A list of StackResourceSummary structures. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListStackResourcesResult()
Method Detail |
---|
public List<StackResourceSummary> getStackResourceSummaries()
StackResourceSummary
structures.
StackResourceSummary
structures.public void setStackResourceSummaries(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(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 String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(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(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 String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |