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