public class GetGroupPolicyRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetGroupPolicy operation.
Retrieves the specified policy document for the specified group. The returned policy is URL-encoded according to RFC 3986. For more information about RFC 3986, go to http://www.faqs.org/rfcs/rfc3986.html .
| コンストラクタと説明 |
|---|
GetGroupPolicyRequest()
Default constructor for a new GetGroupPolicyRequest object.
|
GetGroupPolicyRequest(java.lang.String groupName,
java.lang.String policyName)
Constructs a new GetGroupPolicyRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGroupName()
Name of the group the policy is associated with.
|
java.lang.String |
getPolicyName()
Name of the policy document to get.
|
int |
hashCode() |
void |
setGroupName(java.lang.String groupName)
Name of the group the policy is associated with.
|
void |
setPolicyName(java.lang.String policyName)
Name of the policy document to get.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetGroupPolicyRequest |
withGroupName(java.lang.String groupName)
Name of the group the policy is associated with.
|
GetGroupPolicyRequest |
withPolicyName(java.lang.String policyName)
Name of the policy document to get.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic GetGroupPolicyRequest()
public GetGroupPolicyRequest(java.lang.String groupName,
java.lang.String policyName)
groupName - Name of the group the policy is associated with.policyName - Name of the policy document to get.public java.lang.String getGroupName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setGroupName(java.lang.String groupName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName - Name of the group the policy is associated with.public GetGroupPolicyRequest withGroupName(java.lang.String groupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName - Name of the group 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 - Name of the policy document to get.public GetGroupPolicyRequest 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 get.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