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