@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStackSetOperationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStackSetOperationsResult() |
Modifier and Type | Method and Description |
---|---|
ListStackSetOperationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request doesn't return all results,
NextToken is set to a token. |
List<StackSetOperationSummary> |
getSummaries()
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request doesn't return all results,
NextToken is set to a token. |
void |
setSummaries(Collection<StackSetOperationSummary> summaries)
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListStackSetOperationsResult |
withNextToken(String nextToken)
If the request doesn't return all results,
NextToken is set to a token. |
ListStackSetOperationsResult |
withSummaries(Collection<StackSetOperationSummary> summaries)
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
ListStackSetOperationsResult |
withSummaries(StackSetOperationSummary... summaries)
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StackSetOperationSummary> getSummaries()
A list of StackSetOperationSummary
structures that contain summary information about operations for
the specified stack set.
StackSetOperationSummary
structures that contain summary information about
operations for the specified stack set.public void setSummaries(Collection<StackSetOperationSummary> summaries)
A list of StackSetOperationSummary
structures that contain summary information about operations for
the specified stack set.
summaries
- A list of StackSetOperationSummary
structures that contain summary information about
operations for the specified stack set.public ListStackSetOperationsResult withSummaries(StackSetOperationSummary... summaries)
A list of StackSetOperationSummary
structures that contain summary information about operations for
the specified stack set.
NOTE: This method appends the values to the existing list (if any). Use
setSummaries(java.util.Collection)
or withSummaries(java.util.Collection)
if you want to
override the existing values.
summaries
- A list of StackSetOperationSummary
structures that contain summary information about
operations for the specified stack set.public ListStackSetOperationsResult withSummaries(Collection<StackSetOperationSummary> summaries)
A list of StackSetOperationSummary
structures that contain summary information about operations for
the specified stack set.
summaries
- A list of StackSetOperationSummary
structures that contain summary information about
operations for the specified stack set.public void setNextToken(String nextToken)
If the request doesn't return all results, NextToken
is set to a token. To retrieve the next set of
results, call ListOperationResults
again and assign that token to the request object's
NextToken
parameter. If there are no remaining results, NextToken
is set to
null
.
nextToken
- If the request doesn't return all results, NextToken
is set to a token. To retrieve the next
set of results, call ListOperationResults
again and assign that token to the request object's
NextToken
parameter. If there are no remaining results, NextToken
is set to
null
.public String getNextToken()
If the request doesn't return all results, NextToken
is set to a token. To retrieve the next set of
results, call ListOperationResults
again and assign that token to the request object's
NextToken
parameter. If there are no remaining results, NextToken
is set to
null
.
NextToken
is set to a token. To retrieve the next
set of results, call ListOperationResults
again and assign that token to the request
object's NextToken
parameter. If there are no remaining results, NextToken
is
set to null
.public ListStackSetOperationsResult withNextToken(String nextToken)
If the request doesn't return all results, NextToken
is set to a token. To retrieve the next set of
results, call ListOperationResults
again and assign that token to the request object's
NextToken
parameter. If there are no remaining results, NextToken
is set to
null
.
nextToken
- If the request doesn't return all results, NextToken
is set to a token. To retrieve the next
set of results, call ListOperationResults
again and assign that token to the request object's
NextToken
parameter. If there are no remaining results, NextToken
is set to
null
.public String toString()
toString
in class Object
Object.toString()
public ListStackSetOperationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.