@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProtectionGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteProtectionGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteProtectionGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProtectionGroupId()
The name of the protection group.
|
int |
hashCode() |
void |
setProtectionGroupId(String protectionGroupId)
The name of the protection group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProtectionGroupRequest |
withProtectionGroupId(String protectionGroupId)
The name of the protection 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, withSdkRequestTimeout
public void setProtectionGroupId(String protectionGroupId)
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
protectionGroupId
- The name of the protection group. You use this to identify the protection group in lists and to manage the
protection group, for example to update, delete, or describe it.public String getProtectionGroupId()
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
public DeleteProtectionGroupRequest withProtectionGroupId(String protectionGroupId)
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
protectionGroupId
- The name of the protection group. You use this to identify the protection group in lists and to manage the
protection group, for example to update, delete, or describe it.public String toString()
toString
in class Object
Object.toString()
public DeleteProtectionGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()