@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 Auto Scaling group.
|
Boolean |
getForceDelete()
Specifies that the group is to 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 is to 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 Auto Scaling group.
|
void |
setForceDelete(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.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAutoScalingGroupRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DeleteAutoScalingGroupRequest |
withForceDelete(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.
|
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 Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public String getAutoScalingGroupName()
The name of the Auto Scaling group.
public DeleteAutoScalingGroupRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public void setForceDelete(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.
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 Boolean getForceDelete()
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 withForceDelete(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.
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 Boolean isForceDelete()
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 String toString()
toString
in class Object
Object.toString()
public DeleteAutoScalingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()