@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStackSetOperationResultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStackSetOperationResultsResult() |
Modifier and Type | Method and Description |
---|---|
ListStackSetOperationResultsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request doesn't return all results,
NextToken is set to a token. |
List<StackSetOperationResultSummary> |
getSummaries()
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request doesn't return all results,
NextToken is set to a token. |
void |
setSummaries(Collection<StackSetOperationResultSummary> summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListStackSetOperationResultsResult |
withNextToken(String nextToken)
If the request doesn't return all results,
NextToken is set to a token. |
ListStackSetOperationResultsResult |
withSummaries(Collection<StackSetOperationResultSummary> summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation. |
ListStackSetOperationResultsResult |
withSummaries(StackSetOperationResultSummary... summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StackSetOperationResultSummary> getSummaries()
A list of StackSetOperationResultSummary
structures that contain information about the specified
operation results, for accounts and regions that are included in the operation.
StackSetOperationResultSummary
structures that contain information about the
specified operation results, for accounts and regions that are included in the operation.public void setSummaries(Collection<StackSetOperationResultSummary> summaries)
A list of StackSetOperationResultSummary
structures that contain information about the specified
operation results, for accounts and regions that are included in the operation.
summaries
- A list of StackSetOperationResultSummary
structures that contain information about the
specified operation results, for accounts and regions that are included in the operation.public ListStackSetOperationResultsResult withSummaries(StackSetOperationResultSummary... summaries)
A list of StackSetOperationResultSummary
structures that contain information about the specified
operation results, for accounts and regions that are included in the operation.
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 StackSetOperationResultSummary
structures that contain information about the
specified operation results, for accounts and regions that are included in the operation.public ListStackSetOperationResultsResult withSummaries(Collection<StackSetOperationResultSummary> summaries)
A list of StackSetOperationResultSummary
structures that contain information about the specified
operation results, for accounts and regions that are included in the operation.
summaries
- A list of StackSetOperationResultSummary
structures that contain information about the
specified operation results, for accounts and regions that are included in the operation.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 ListStackSetOperationResultsResult 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 ListStackSetOperationResultsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.