|
|||||||
| 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 a PlacementGroup from a user's account. Terminate all Amazon EC2 instances in the placement group before deletion.
AmazonEC2.deletePlacementGroup(DeletePlacementGroupRequest)| Constructor Summary | |
|---|---|
DeletePlacementGroupRequest()
Default constructor for a new DeletePlacementGroupRequest object. |
|
DeletePlacementGroupRequest(String groupName)
Constructs a new DeletePlacementGroupRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getGroupName()
The name of the PlacementGroup to delete. |
int |
hashCode()
|
void |
setGroupName(String groupName)
The name of the PlacementGroup to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeletePlacementGroupRequest |
withGroupName(String groupName)
The name of the PlacementGroup to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeletePlacementGroupRequest()
public DeletePlacementGroupRequest(String groupName)
groupName - The name of the PlacementGroup to
delete.| Method Detail |
|---|
public String getGroupName()
PlacementGroup to delete.
PlacementGroup to delete.public void setGroupName(String groupName)
PlacementGroup to delete.
groupName - The name of the PlacementGroup to delete.public DeletePlacementGroupRequest withGroupName(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||