@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStackSetAutoDeploymentTargetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStackSetAutoDeploymentTargetsResult() |
Modifier and Type | Method and Description |
---|---|
ListStackSetAutoDeploymentTargetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request doesn't return all the remaining results,
NextToken is set to a token. |
List<StackSetAutoDeploymentTargetSummary> |
getSummaries()
An array of summaries of the deployment targets for the stack set.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
void |
setSummaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)
An array of summaries of the deployment targets for the stack set.
|
String |
toString()
Returns a string representation of this object.
|
ListStackSetAutoDeploymentTargetsResult |
withNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
ListStackSetAutoDeploymentTargetsResult |
withSummaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)
An array of summaries of the deployment targets for the stack set.
|
ListStackSetAutoDeploymentTargetsResult |
withSummaries(StackSetAutoDeploymentTargetSummary... summaries)
An array of summaries of the deployment targets for the stack set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListStackSetAutoDeploymentTargetsResult()
public List<StackSetAutoDeploymentTargetSummary> getSummaries()
An array of summaries of the deployment targets for the stack set.
public void setSummaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)
An array of summaries of the deployment targets for the stack set.
summaries
- An array of summaries of the deployment targets for the stack set.public ListStackSetAutoDeploymentTargetsResult withSummaries(StackSetAutoDeploymentTargetSummary... summaries)
An array of summaries of the deployment targets for the 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
- An array of summaries of the deployment targets for the stack set.public ListStackSetAutoDeploymentTargetsResult withSummaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)
An array of summaries of the deployment targets for the stack set.
summaries
- An array of summaries of the deployment targets for the stack set.public void setNextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken
is set to a token. To retrieve
the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken
parameter. If the
request returns all results, NextToken
is set to an empty string.
nextToken
- If the request doesn't return all the remaining results, NextToken
is set to a token. To
retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken
parameter.
If the request returns all results, NextToken
is set to an empty string.public String getNextToken()
If the request doesn't return all the remaining results, NextToken
is set to a token. To retrieve
the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken
parameter. If the
request returns all results, NextToken
is set to an empty string.
NextToken
is set to a token. To
retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken
parameter.
If the request returns all results, NextToken
is set to an empty string.public ListStackSetAutoDeploymentTargetsResult withNextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken
is set to a token. To retrieve
the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken
parameter. If the
request returns all results, NextToken
is set to an empty string.
nextToken
- If the request doesn't return all the remaining results, NextToken
is set to a token. To
retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken
parameter.
If the request returns all results, NextToken
is set to an empty string.public String toString()
toString
in class Object
Object.toString()
public ListStackSetAutoDeploymentTargetsResult clone()