Class ListStackResourcesResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for a ListStackResources action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If the output exceeds 1 MB, a string that identifies the next page of stack resources.A list ofStackResourceSummary
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 ofStackResourceSummary
structures.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) If the output exceeds 1 MB, a string that identifies the next page of stack resources.withStackResourceSummaries
(StackResourceSummary... stackResourceSummaries) A list ofStackResourceSummary
structures.withStackResourceSummaries
(Collection<StackResourceSummary> stackResourceSummaries) A list ofStackResourceSummary
structures.
-
Constructor Details
-
ListStackResourcesResult
public ListStackResourcesResult()
-
-
Method Details
-
getStackResourceSummaries
A list of
StackResourceSummary
structures.- Returns:
- A list of
StackResourceSummary
structures.
-
setStackResourceSummaries
A list of
StackResourceSummary
structures.- Parameters:
stackResourceSummaries
- A list ofStackResourceSummary
structures.
-
withStackResourceSummaries
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)
orwithStackResourceSummaries(java.util.Collection)
if you want to override the existing values.- Parameters:
stackResourceSummaries
- A list ofStackResourceSummary
structures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStackResourceSummaries
public ListStackResourcesResult withStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries) A list of
StackResourceSummary
structures.- Parameters:
stackResourceSummaries
- A list ofStackResourceSummary
structures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withNextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-