@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResourcePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteResourcePolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteResourcePolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getRevisionId()
A unique string that represents the revision ID of the policy.
|
int |
hashCode() |
void |
setRevisionId(String revisionId)
A unique string that represents the revision ID of the policy.
|
String |
toString()
Returns a string representation of this object.
|
DeleteResourcePolicyResult |
withRevisionId(String revisionId)
A unique string that represents the revision ID of the policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRevisionId(String revisionId)
A unique string that represents the revision ID of the policy. If you're comparing revision IDs, make sure to always use string comparison logic.
This value will be empty if you make a request against a resource without a policy.
revisionId - A unique string that represents the revision ID of the policy. If you're comparing revision IDs, make sure
to always use string comparison logic.
This value will be empty if you make a request against a resource without a policy.
public String getRevisionId()
A unique string that represents the revision ID of the policy. If you're comparing revision IDs, make sure to always use string comparison logic.
This value will be empty if you make a request against a resource without a policy.
This value will be empty if you make a request against a resource without a policy.
public DeleteResourcePolicyResult withRevisionId(String revisionId)
A unique string that represents the revision ID of the policy. If you're comparing revision IDs, make sure to always use string comparison logic.
This value will be empty if you make a request against a resource without a policy.
revisionId - A unique string that represents the revision ID of the policy. If you're comparing revision IDs, make sure
to always use string comparison logic.
This value will be empty if you make a request against a resource without a policy.
public String toString()
toString in class ObjectObject.toString()public DeleteResourcePolicyResult clone()