@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAutoScalingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAutoScalingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAutoScalingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the group to delete.
|
Boolean |
getForceDelete()
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() |
Boolean |
isForceDelete()
Specifies that the group will be deleted along with all instances associated with the group, without waiting for
all instances to be terminated.
|
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the group to delete.
|
void |
setForceDelete(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteAutoScalingGroupRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the group to delete.
|
DeleteAutoScalingGroupRequest |
withForceDelete(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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the group to delete.
autoScalingGroupName
- The name of the group to delete.public String getAutoScalingGroupName()
The name of the group to delete.
public DeleteAutoScalingGroupRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the group to delete.
autoScalingGroupName
- The name of the group to delete.public void setForceDelete(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.
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 Boolean getForceDelete()
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 withForceDelete(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.
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 Boolean isForceDelete()
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 String toString()
toString
in class Object
Object.toString()
public DeleteAutoScalingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.