@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutResourcePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| PutResourcePolicyResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutResourcePolicyResult | clone() | 
| boolean | equals(Object obj) | 
| String | getResourceArn()
 The ARN of the  ProjectorReportGroupresource that is associated with a resource
 policy. | 
| int | hashCode() | 
| void | setResourceArn(String resourceArn)
 The ARN of the  ProjectorReportGroupresource that is associated with a resource
 policy. | 
| String | toString()Returns a string representation of this object. | 
| PutResourcePolicyResult | withResourceArn(String resourceArn)
 The ARN of the  ProjectorReportGroupresource that is associated with a resource
 policy. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourceArn(String resourceArn)
 The ARN of the Project or ReportGroup resource that is associated with a resource
 policy.
 
resourceArn - The ARN of the Project or ReportGroup resource that is associated with a
        resource policy.public String getResourceArn()
 The ARN of the Project or ReportGroup resource that is associated with a resource
 policy.
 
Project or ReportGroup resource that is associated with a
         resource policy.public PutResourcePolicyResult withResourceArn(String resourceArn)
 The ARN of the Project or ReportGroup resource that is associated with a resource
 policy.
 
resourceArn - The ARN of the Project or ReportGroup resource that is associated with a
        resource policy.public String toString()
toString in class ObjectObject.toString()public PutResourcePolicyResult clone()