@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
Project or ReportGroup resource that is associated with a resource
policy. |
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The ARN of the
Project or ReportGroup resource that is associated with a resource
policy. |
String |
toString()
Returns a string representation of this object.
|
PutResourcePolicyResult |
withResourceArn(String resourceArn)
The ARN of the
Project or ReportGroup resource that is associated with a resource
policy. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public PutResourcePolicyResult clone()