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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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.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 © 2015. All rights reserved.