@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAutoScalingGroupRequest extends AutoScalingRequest implements ToCopyableBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAutoScalingGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static DeleteAutoScalingGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceDelete()
Specifies that the group is to be deleted along with all instances associated with the group, without waiting for
all instances to be terminated.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAutoScalingGroupRequest.Builder> |
serializableBuilderClass() |
DeleteAutoScalingGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoScalingGroupName()
The name of the Auto Scaling group.
public final Boolean forceDelete()
Specifies that the group is to be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This action also deletes any outstanding lifecycle actions associated with the group.
public DeleteAutoScalingGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>toBuilder in class AutoScalingRequestpublic static DeleteAutoScalingGroupRequest.Builder builder()
public static Class<? extends DeleteAutoScalingGroupRequest.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 © 2022. All rights reserved.