@Generated(value="software.amazon.awssdk:codegen") public final class ListChangeSetsRequest extends CloudFormationRequest implements ToCopyableBuilder<ListChangeSetsRequest.Builder,ListChangeSetsRequest>
The input for the ListChangeSets action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListChangeSetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListChangeSetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A string (provided by the ListChangeSets response output) that identifies the next page of change sets
that you want to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListChangeSetsRequest.Builder> |
serializableBuilderClass() |
String |
stackName()
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
|
ListChangeSetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stackName()
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
public String nextToken()
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
public ListChangeSetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListChangeSetsRequest.Builder,ListChangeSetsRequest>toBuilder in class CloudFormationRequestpublic static ListChangeSetsRequest.Builder builder()
public static Class<? extends ListChangeSetsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.