@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProtectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeProtectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeProtectionRequest |
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 that is described.
|
int |
hashCode() |
void |
setProtectionId(String protectionId)
The unique identifier (ID) for the Protection object that is described.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeProtectionRequest |
withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object that is described.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setProtectionId(String protectionId)
The unique identifier (ID) for the Protection object that is described.
protectionId - The unique identifier (ID) for the Protection object that is described.public String getProtectionId()
The unique identifier (ID) for the Protection object that is described.
public DescribeProtectionRequest withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object that is described.
protectionId - The unique identifier (ID) for the Protection object that is described.public String toString()
toString in class ObjectObject.toString()public DescribeProtectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.