@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
DeleteProtectionRequest |
withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to be deleted.
|
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 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 Object
Object.toString()
public DeleteProtectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.