@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProtectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteProtectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteProtectionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getProtectionId()
The unique identifier (ID) for the Protection object to be deleted.
|
int |
hashCode() |
void |
setProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProtectionRequest |
withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to be deleted.
|
addHandlerContext, copyBaseTo, 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 void setProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to be deleted.
protectionId - The unique identifier (ID) for the Protection object to be deleted.public String getProtectionId()
The unique identifier (ID) for the Protection object to be deleted.
public DeleteProtectionRequest withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to be deleted.
protectionId - The unique identifier (ID) for the Protection object to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteProtectionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.