|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.GetRolePolicyResult
public class GetRolePolicyResult
Contains the result of a successful invocation of the GetRolePolicy action.
Constructor Summary | |
---|---|
GetRolePolicyResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetRolePolicyResult()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |