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