public class DeletePlacementGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeletePlacementGroup operation.
Deletes a PlacementGroup from a user's account. Terminate all Amazon EC2 instances in the placement group before deletion.
| コンストラクタと説明 |
|---|
DeletePlacementGroupRequest()
Default constructor for a new DeletePlacementGroupRequest object.
|
DeletePlacementGroupRequest(java.lang.String groupName)
Constructs a new DeletePlacementGroupRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGroupName()
The name of the
PlacementGroup to delete. |
int |
hashCode() |
void |
setGroupName(java.lang.String groupName)
The name of the
PlacementGroup to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeletePlacementGroupRequest |
withGroupName(java.lang.String groupName)
The name of the
PlacementGroup to delete. |
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeletePlacementGroupRequest()
public DeletePlacementGroupRequest(java.lang.String groupName)
groupName - The name of the PlacementGroup to
delete.public java.lang.String getGroupName()
PlacementGroup to delete.PlacementGroup to delete.public void setGroupName(java.lang.String groupName)
PlacementGroup to delete.groupName - The name of the PlacementGroup to delete.public DeletePlacementGroupRequest withGroupName(java.lang.String groupName)
PlacementGroup to delete.
Returns a reference to this object so that method calls can be chained together.
groupName - The name of the PlacementGroup to delete.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