public class GetRolePolicyResult
extends java.lang.Object
implements java.io.Serializable
Contains the result of a successful invocation of the GetRolePolicy action.
| コンストラクタと説明 |
|---|
GetRolePolicyResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPolicyDocument()
The policy document.
|
java.lang.String |
getPolicyName()
The name of the policy.
|
java.lang.String |
getRoleName()
The role the policy is associated with.
|
int |
hashCode() |
void |
setPolicyDocument(java.lang.String policyDocument)
The policy document.
|
void |
setPolicyName(java.lang.String policyName)
The name of the policy.
|
void |
setRoleName(java.lang.String roleName)
The role the policy is associated with.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetRolePolicyResult |
withPolicyDocument(java.lang.String policyDocument)
The policy document.
|
GetRolePolicyResult |
withPolicyName(java.lang.String policyName)
The name of the policy.
|
GetRolePolicyResult |
withRoleName(java.lang.String roleName)
The role the policy is associated with.
|
public java.lang.String getRoleName()
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
public void setRoleName(java.lang.String roleName)
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
roleName - The role the policy is associated with.public GetRolePolicyResult 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 - The role the policy is associated with.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 - The name of the policy.public GetRolePolicyResult 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 - The name of the policy.public java.lang.String getPolicyDocument()
Constraints:
Length: 1 - 131072
Pattern: [
-ÿ]+
public void setPolicyDocument(java.lang.String policyDocument)
Constraints:
Length: 1 - 131072
Pattern: [
-ÿ]+
policyDocument - The policy document.public GetRolePolicyResult withPolicyDocument(java.lang.String policyDocument)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 131072
Pattern: [
-ÿ]+
policyDocument - The policy document.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