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