@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePlacementGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeletePlacementGroupRequest>
NOOP| Constructor and Description |
|---|
DeletePlacementGroupRequest()
Default constructor for DeletePlacementGroupRequest object.
|
DeletePlacementGroupRequest(String groupName)
Constructs a new DeletePlacementGroupRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePlacementGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeletePlacementGroupRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getGroupName()
The name of the placement group.
|
int |
hashCode() |
void |
setGroupName(String groupName)
The name of the placement group.
|
String |
toString()
Returns a string representation of this object.
|
DeletePlacementGroupRequest |
withGroupName(String groupName)
The name of the placement group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeletePlacementGroupRequest()
public DeletePlacementGroupRequest(String groupName)
groupName - The name of the placement group.public void setGroupName(String groupName)
The name of the placement group.
groupName - The name of the placement group.public String getGroupName()
The name of the placement group.
public DeletePlacementGroupRequest withGroupName(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 String toString()
toString in class ObjectObject.toString()public DeletePlacementGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()