@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProtectedResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DescribeProtectedResourceRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeProtectedResourceRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getResourceArn()
 An Amazon Resource Name (ARN) that uniquely identifies a resource. 
 | 
int | 
hashCode()  | 
void | 
setResourceArn(String resourceArn)
 An Amazon Resource Name (ARN) that uniquely identifies a resource. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeProtectedResourceRequest | 
withResourceArn(String resourceArn)
 An Amazon Resource Name (ARN) that uniquely identifies a resource. 
 | 
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 void setResourceArn(String resourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
resourceArn - An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
        resource type.public String getResourceArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
public DescribeProtectedResourceRequest withResourceArn(String resourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
resourceArn - An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
        resource type.public String toString()
toString in class ObjectObject.toString()public DescribeProtectedResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.