@Generated(value="software.amazon.awssdk:codegen") public class ListStacksRequest extends CloudFormationRequest implements ToCopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>
The input for ListStacks action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListStacksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListStacksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
String |
nextToken()
A string that identifies the next page of stacks that you want to retrieve.
|
static Class<? extends ListStacksRequest.Builder> |
serializableBuilderClass() |
List<StackStatus> |
stackStatusFilters()
Stack status to use as a filter.
|
List<String> |
stackStatusFiltersAsStrings()
Stack status to use as a filter.
|
ListStacksRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic String nextToken()
A string that identifies the next page of stacks that you want to retrieve.
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
StackStatus
parameter of the Stack data type.public List<String> stackStatusFiltersAsStrings()
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
StackStatus
parameter of the Stack data type.public ListStacksRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>toBuilder in class CloudFormationRequestpublic static ListStacksRequest.Builder builder()
public static Class<? extends ListStacksRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.