Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteAutoScalingGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteAutoScalingGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the group to delete.
|
static DeleteAutoScalingGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Boolean |
forceDelete() |
Specifies that the group will be deleted along with all instances associated with the group, without waiting for
all instances to be terminated.
|
int |
hashCode() |
|
static Class<? extends DeleteAutoScalingGroupRequest.Builder> |
serializableBuilderClass() |
|
DeleteAutoScalingGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String autoScalingGroupName()
The name of the group to delete.
public Boolean forceDelete()
Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.
public DeleteAutoScalingGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteAutoScalingGroupRequest.Builder,DeleteAutoScalingGroupRequest>
public static DeleteAutoScalingGroupRequest.Builder builder()
public static Class<? extends DeleteAutoScalingGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.