public class GetGroupPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetGroupPolicyRequest()
Default constructor for GetGroupPolicyRequest object.
|
GetGroupPolicyRequest(String groupName,
String policyName)
Constructs a new GetGroupPolicyRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
GetGroupPolicyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getGroupName()
The name of the group the policy is associated with.
|
String |
getPolicyName()
The name of the policy document to get.
|
int |
hashCode() |
void |
setGroupName(String groupName)
The name of the group the policy is associated with.
|
void |
setPolicyName(String policyName)
The name of the policy document to get.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetGroupPolicyRequest |
withGroupName(String groupName)
The name of the group the policy is associated with.
|
GetGroupPolicyRequest |
withPolicyName(String policyName)
The name of the policy document to get.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetGroupPolicyRequest()
public GetGroupPolicyRequest(String groupName, String policyName)
groupName - The name of the group the policy is associated with.policyName - The name of the policy document to get.public void setGroupName(String groupName)
The name of the group the policy is associated with.
groupName - The name of the group the policy is associated with.public String getGroupName()
The name of the group the policy is associated with.
public GetGroupPolicyRequest withGroupName(String groupName)
The name of the group the policy is associated with.
groupName - The name of the group the policy is associated with.public void setPolicyName(String policyName)
The name of the policy document to get.
policyName - The name of the policy document to get.public String getPolicyName()
The name of the policy document to get.
public GetGroupPolicyRequest withPolicyName(String policyName)
The name of the policy document to get.
policyName - The name of the policy document to get.public String toString()
toString in class ObjectObject.toString()public GetGroupPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.