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