@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStacksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for ListStacks action.
NOOP
Constructor and Description |
---|
ListStacksRequest() |
Modifier and Type | Method and Description |
---|---|
ListStacksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A string that identifies the next page of stacks that you want to retrieve.
|
List<String> |
getStackStatusFilters()
Stack status to use as a filter.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string that identifies the next page of stacks that you want to retrieve.
|
void |
setStackStatusFilters(Collection<String> stackStatusFilters)
Stack status to use as a filter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListStacksRequest |
withNextToken(String nextToken)
A string that identifies the next page of stacks that you want to retrieve.
|
ListStacksRequest |
withStackStatusFilters(Collection<String> stackStatusFilters)
Stack status to use as a filter.
|
ListStacksRequest |
withStackStatusFilters(StackStatus... stackStatusFilters)
Stack status to use as a filter.
|
ListStacksRequest |
withStackStatusFilters(String... stackStatusFilters)
Stack status to use as a filter.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNextToken(String nextToken)
A string that identifies the next page of stacks that you want to retrieve.
nextToken
- A string that identifies the next page of stacks that you want to retrieve.public String getNextToken()
A string that identifies the next page of stacks that you want to retrieve.
public ListStacksRequest withNextToken(String nextToken)
A string that identifies the next page of stacks that you want to retrieve.
nextToken
- A string that identifies the next page of stacks that you want to retrieve.public List<String> getStackStatusFilters()
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified
status codes. For a complete list of stack status codes, see the StackStatus
parameter of the
Stack data type.
StackStatus
parameter of the Stack data type.StackStatus
public void setStackStatusFilters(Collection<String> stackStatusFilters)
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified
status codes. For a complete list of stack status codes, see the StackStatus
parameter of the
Stack data type.
stackStatusFilters
- Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the
specified status codes. For a complete list of stack status codes, see the StackStatus
parameter of the Stack data type.StackStatus
public ListStacksRequest withStackStatusFilters(String... stackStatusFilters)
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified
status codes. For a complete list of stack status codes, see the StackStatus
parameter of the
Stack data type.
NOTE: This method appends the values to the existing list (if any). Use
setStackStatusFilters(java.util.Collection)
or withStackStatusFilters(java.util.Collection)
if
you want to override the existing values.
stackStatusFilters
- Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the
specified status codes. For a complete list of stack status codes, see the StackStatus
parameter of the Stack data type.StackStatus
public ListStacksRequest withStackStatusFilters(Collection<String> stackStatusFilters)
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified
status codes. For a complete list of stack status codes, see the StackStatus
parameter of the
Stack data type.
stackStatusFilters
- Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the
specified status codes. For a complete list of stack status codes, see the StackStatus
parameter of the Stack data type.StackStatus
public ListStacksRequest withStackStatusFilters(StackStatus... stackStatusFilters)
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified
status codes. For a complete list of stack status codes, see the StackStatus
parameter of the
Stack data type.
stackStatusFilters
- Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the
specified status codes. For a complete list of stack status codes, see the StackStatus
parameter of the Stack data type.StackStatus
public String toString()
toString
in class Object
Object.toString()
public ListStacksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.