public class DeleteAutoScalingGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteAutoScalingGroup operation.
Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.
NOTE: To remove all instances before calling DeleteAutoScalingGroup, you can call UpdateAutoScalingGroup to set the minimum and maximum size of the AutoScalingGroup to zero.
| コンストラクタと説明 |
|---|
DeleteAutoScalingGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAutoScalingGroupName()
The name of the Auto Scaling group.
|
java.lang.Boolean |
getForceDelete()
Starting with API version 2011-01-01, specifies that the Auto Scaling
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()
Starting with API version 2011-01-01, specifies that the Auto Scaling
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 Auto Scaling group.
|
void |
setForceDelete(java.lang.Boolean forceDelete)
Starting with API version 2011-01-01, specifies that the Auto Scaling
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 Auto Scaling group.
|
DeleteAutoScalingGroupRequest |
withForceDelete(java.lang.Boolean forceDelete)
Starting with API version 2011-01-01, specifies that the Auto Scaling
group will be deleted along with all instances associated with the
group, without waiting for all instances to be terminated.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getAutoScalingGroupName()
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
public void setAutoScalingGroupName(java.lang.String autoScalingGroupName)
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
autoScalingGroupName - The name of the Auto Scaling group.public DeleteAutoScalingGroupRequest withAutoScalingGroupName(java.lang.String autoScalingGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
autoScalingGroupName - The name of the Auto Scaling group.public java.lang.Boolean isForceDelete()
public void setForceDelete(java.lang.Boolean forceDelete)
forceDelete - Starting with API version 2011-01-01, specifies that the Auto Scaling
group will be deleted along with all instances associated with the
group, without waiting for all instances to be terminated.public DeleteAutoScalingGroupRequest withForceDelete(java.lang.Boolean forceDelete)
Returns a reference to this object so that method calls can be chained together.
forceDelete - Starting with API version 2011-01-01, specifies that the Auto Scaling
group will be deleted along with all instances associated with the
group, without waiting for all instances to be terminated.public java.lang.Boolean getForceDelete()
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object