|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.GetUserPolicyResult
public class GetUserPolicyResult
Contains the result of a successful invocation of the GetUserPolicy action.
Constructor Summary | |
---|---|
GetUserPolicyResult()
|
Method Summary | |
---|---|
String |
getPolicyDocument()
The policy document. |
String |
getPolicyName()
The name of the policy. |
String |
getUserName()
The user the policy is associated with. |
void |
setPolicyDocument(String policyDocument)
The policy document. |
void |
setPolicyName(String policyName)
The name of the policy. |
void |
setUserName(String userName)
The user the policy is associated with. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetUserPolicyResult |
withPolicyDocument(String policyDocument)
The policy document. |
GetUserPolicyResult |
withPolicyName(String policyName)
The name of the policy. |
GetUserPolicyResult |
withUserName(String userName)
The user the policy is associated with. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetUserPolicyResult()
Method Detail |
---|
public String getUserName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setUserName(String userName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName
- The user the policy is associated with.public GetUserPolicyResult withUserName(String userName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName
- The user the policy is associated with.
public String getPolicyName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setPolicyName(String policyName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
policyName
- The name of the policy.public GetUserPolicyResult withPolicyName(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 String getPolicyDocument()
Constraints:
Pattern: [
-?]+
public void setPolicyDocument(String policyDocument)
Constraints:
Pattern: [
-?]+
policyDocument
- The policy document.public GetUserPolicyResult withPolicyDocument(String policyDocument)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [
-?]+
policyDocument
- The policy document.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |