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