public class DeleteAutoScalingGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
autoScalingGroupName
The name of the group to delete.
|
private java.lang.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.
|
NOOP
Constructor and Description |
---|
DeleteAutoScalingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAutoScalingGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAutoScalingGroupName()
The name of the group to delete.
|
java.lang.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() |
java.lang.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(java.lang.String autoScalingGroupName)
The name of the group to delete.
|
void |
setForceDelete(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteAutoScalingGroupRequest |
withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group to delete.
|
DeleteAutoScalingGroupRequest |
withForceDelete(java.lang.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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String autoScalingGroupName
The name of the group to delete.
private java.lang.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 void setAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group to delete.
autoScalingGroupName
- The name of the group to delete.public java.lang.String getAutoScalingGroupName()
The name of the group to delete.
public DeleteAutoScalingGroupRequest withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group to delete.
autoScalingGroupName
- The name of the group to delete.public void setForceDelete(java.lang.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 java.lang.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(java.lang.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 java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteAutoScalingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()