public class ListStackResourcesResult extends Object implements Serializable, Cloneable
The output for a ListStackResources action.
Constructor and Description |
---|
ListStackResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListStackResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the output exceeds 1 MB, a string that identifies the next page of
stack resources.
|
List<StackResourceSummary> |
getStackResourceSummaries()
A list of
StackResourceSummary structures. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of
stack resources.
|
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)
If the output exceeds 1 MB, a string that identifies the next page of
stack resources.
|
ListStackResourcesResult |
withStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of
StackResourceSummary structures. |
ListStackResourcesResult |
withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
A list of
StackResourceSummary structures. |
public List<StackResourceSummary> getStackResourceSummaries()
A list of StackResourceSummary
structures.
StackResourceSummary
structures.public void setStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of StackResourceSummary
structures.
stackResourceSummaries
- A list of StackResourceSummary
structures.public ListStackResourcesResult withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
A list of StackResourceSummary
structures.
NOTE: This method appends the values to the existing list (if
any). Use setStackResourceSummaries(java.util.Collection)
or
withStackResourceSummaries(java.util.Collection)
if you want to
override the existing values.
stackResourceSummaries
- A list of StackResourceSummary
structures.public ListStackResourcesResult withStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of StackResourceSummary
structures.
stackResourceSummaries
- A list of StackResourceSummary
structures.public void setNextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.
nextToken
- If the output exceeds 1 MB, a string that identifies the next page
of stack resources. If no additional page exists, this value is
null.public String getNextToken()
If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.
public ListStackResourcesResult withNextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.
nextToken
- If the output exceeds 1 MB, a string that identifies the next page
of stack resources. If no additional page exists, this value is
null.public String toString()
toString
in class Object
Object.toString()
public ListStackResourcesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.