public class ListStackResourcesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for a ListStackResources action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextToken
If the output exceeds 1 MB, a string that identifies the next page of
stack resources.
|
private SdkInternalList<StackResourceSummary> |
stackResourceSummaries
A list of
StackResourceSummary structures. |
Constructor and Description |
---|
ListStackResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListStackResourcesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If the output exceeds 1 MB, a string that identifies the next page of
stack resources.
|
java.util.List<StackResourceSummary> |
getStackResourceSummaries()
A list of
StackResourceSummary structures. |
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of
stack resources.
|
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)
If the output exceeds 1 MB, a string that identifies the next page of
stack resources.
|
ListStackResourcesResult |
withStackResourceSummaries(java.util.Collection<StackResourceSummary> stackResourceSummaries)
A list of
StackResourceSummary structures. |
ListStackResourcesResult |
withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
A list of
StackResourceSummary structures. |
private SdkInternalList<StackResourceSummary> stackResourceSummaries
A list of StackResourceSummary
structures.
private java.lang.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.
public java.util.List<StackResourceSummary> getStackResourceSummaries()
A list of StackResourceSummary
structures.
StackResourceSummary
structures.public void setStackResourceSummaries(java.util.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(java.util.Collection<StackResourceSummary> stackResourceSummaries)
A list of StackResourceSummary
structures.
stackResourceSummaries
- A list of StackResourceSummary
structures.public void setNextToken(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListStackResourcesResult clone()
clone
in class java.lang.Object