@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourcePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResourcePolicyResult() |
Modifier and Type | Method and Description |
---|---|
GetResourcePolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getPolicy()
The policy attached to a resource.
|
int |
hashCode() |
void |
setPolicy(String policy)
The policy attached to a resource.
|
String |
toString()
Returns a string representation of this object.
|
GetResourcePolicyResult |
withPolicy(String policy)
The policy attached to a resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPolicy(String policy)
The policy attached to a resource.
policy
- The policy attached to a resource.public String getPolicy()
The policy attached to a resource.
public GetResourcePolicyResult withPolicy(String policy)
The policy attached to a resource.
policy
- The policy attached to a resource.public String toString()
toString
in class Object
Object.toString()
public GetResourcePolicyResult clone()