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