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