public class DeletePlacementGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DeletePlacementGroupRequest>
Contains the parameters for DeletePlacementGroup.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
groupName
The name of the placement group.
|
NOOP
Constructor and Description |
---|
DeletePlacementGroupRequest()
Default constructor for DeletePlacementGroupRequest object.
|
DeletePlacementGroupRequest(java.lang.String groupName)
Constructs a new DeletePlacementGroupRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeletePlacementGroupRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
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
public DeletePlacementGroupRequest()
public DeletePlacementGroupRequest(java.lang.String groupName)
groupName
- The name of the placement group.public void setGroupName(java.lang.String groupName)
The name of the placement group.
groupName
- The name of the placement group.public java.lang.String getGroupName()
The name of the placement group.
public DeletePlacementGroupRequest withGroupName(java.lang.String groupName)
The name of the placement group.
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeletePlacementGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()