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 request.
|
boolean |
equals(Object obj) |
String |
getNextToken()
String that identifies the start of the next list of stacks, if there is
one.
|
List<String> |
getStackStatusFilters()
Stack status to use as a filter.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is
one.
|
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)
String that identifies the start of the next list of stacks, if there is
one.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is one.
Default: There is no default value.
nextToken - String that identifies the start of the next list of stacks, if
there is one.
Default: There is no default value.
public String getNextToken()
String that identifies the start of the next list of stacks, if there is one.
Default: There is no default value.
Default: There is no default value.
public ListStacksRequest withNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is one.
Default: There is no default value.
nextToken - String that identifies the start of the next list of stacks, if
there is one.
Default: There is no default value.
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.StackStatuspublic 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.StackStatuspublic 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.StackStatuspublic 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.StackStatuspublic 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.StackStatuspublic String toString()
toString in class ObjectObject.toString()public ListStacksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.