public class DetachGroupPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetachGroupPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetachGroupPolicyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getGroupName()
The name (friendly name, not ARN) of the group to detach the policy from.
|
String |
getPolicyArn() |
int |
hashCode() |
void |
setGroupName(String groupName)
The name (friendly name, not ARN) of the group to detach the policy from.
|
void |
setPolicyArn(String policyArn) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetachGroupPolicyRequest |
withGroupName(String groupName)
The name (friendly name, not ARN) of the group to detach the policy from.
|
DetachGroupPolicyRequest |
withPolicyArn(String policyArn) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGroupName(String groupName)
The name (friendly name, not ARN) of the group to detach the policy from.
groupName - The name (friendly name, not ARN) of the group to detach the
policy from.public String getGroupName()
The name (friendly name, not ARN) of the group to detach the policy from.
public DetachGroupPolicyRequest withGroupName(String groupName)
The name (friendly name, not ARN) of the group to detach the policy from.
groupName - The name (friendly name, not ARN) of the group to detach the
policy from.public void setPolicyArn(String policyArn)
policyArn - public String getPolicyArn()
public DetachGroupPolicyRequest withPolicyArn(String policyArn)
policyArn - public String toString()
toString in class ObjectObject.toString()public DetachGroupPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.