|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeletePlacementGroupRequest
public class DeletePlacementGroupRequest
Container for the parameters to the DeletePlacementGroup operation
.
Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide .
AmazonEC2.deletePlacementGroup(DeletePlacementGroupRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeletePlacementGroupRequest()
Default constructor for a new DeletePlacementGroupRequest object. |
|
DeletePlacementGroupRequest(java.lang.String groupName)
Constructs a new DeletePlacementGroupRequest object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Request<DeletePlacementGroupRequest> |
getDryRunRequest()
This method is intended for internal use only. |
java.lang.String |
getGroupName()
The name of the placement group. |
int |
hashCode()
|
void |
setGroupName(java.lang.String groupName)
The name of the placement group. |
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 placement group. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeletePlacementGroupRequest()
public DeletePlacementGroupRequest(java.lang.String groupName)
groupName
- The name of the placement group.Method Detail |
---|
public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName
- The name of the placement group.public DeletePlacementGroupRequest withGroupName(java.lang.String groupName)
Returns a reference to this object so that method calls can be chained together.
groupName
- The name of the placement group.
public Request<DeletePlacementGroupRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeletePlacementGroupRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |