public class DeleteRolePolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteRolePolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRolePolicyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyName()
The name of the inline policy to delete from the specified IAM role.
|
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 of the inline policy to delete from the specified IAM role.
|
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 of the inline policy to delete from the specified IAM role.
|
DeleteRolePolicyRequest |
withRoleName(String roleName)
The name (friendly name, not ARN) identifying the role that the policy is
embedded in.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRoleName(String roleName)
The name (friendly name, not ARN) identifying the role that the policy is embedded in.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
roleName - The name (friendly name, not ARN) identifying the role that the
policy is embedded in.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String getRoleName()
The name (friendly name, not ARN) identifying the role that the policy is embedded in.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public DeleteRolePolicyRequest withRoleName(String roleName)
The name (friendly name, not ARN) identifying the role that the policy is embedded in.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
roleName - The name (friendly name, not ARN) identifying the role that the
policy is embedded in.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public void setPolicyName(String policyName)
The name of the inline policy to delete from the specified IAM role.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
policyName - The name of the inline policy to delete from the specified IAM
role.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String getPolicyName()
The name of the inline policy to delete from the specified IAM role.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public DeleteRolePolicyRequest withPolicyName(String policyName)
The name of the inline policy to delete from the specified IAM role.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
policyName - The name of the inline policy to delete from the specified IAM
role.
The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String toString()
toString in class ObjectObject.toString()public DeleteRolePolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.