public class DeleteRolePolicyRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteRolePolicy operation.
Deletes the specified policy associated with the specified role.
| コンストラクタと説明 |
|---|
DeleteRolePolicyRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPolicyName()
Name of the policy document to delete.
|
java.lang.String |
getRoleName()
Name of the role the associated with the policy.
|
int |
hashCode() |
void |
setPolicyName(java.lang.String policyName)
Name of the policy document to delete.
|
void |
setRoleName(java.lang.String roleName)
Name of the role the associated with the policy.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRolePolicyRequest |
withPolicyName(java.lang.String policyName)
Name of the policy document to delete.
|
DeleteRolePolicyRequest |
withRoleName(java.lang.String roleName)
Name of the role the associated with the policy.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getRoleName()
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
public void setRoleName(java.lang.String roleName)
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
roleName - Name of the role the associated with the policy.public DeleteRolePolicyRequest withRoleName(java.lang.String roleName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
roleName - Name of the role the associated with the policy.public java.lang.String getPolicyName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setPolicyName(java.lang.String policyName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
policyName - Name of the policy document to delete.public DeleteRolePolicyRequest withPolicyName(java.lang.String policyName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
policyName - Name of the policy document to delete.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object