@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateAccessPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateAccessPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateAccessPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The name of your cluster.
|
String |
getPolicyArn()
The ARN of the policy to disassociate from the access entry.
|
String |
getPrincipalArn()
The ARN of the IAM principal for the
AccessEntry. |
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of your cluster.
|
void |
setPolicyArn(String policyArn)
The ARN of the policy to disassociate from the access entry.
|
void |
setPrincipalArn(String principalArn)
The ARN of the IAM principal for the
AccessEntry. |
String |
toString()
Returns a string representation of this object.
|
DisassociateAccessPolicyRequest |
withClusterName(String clusterName)
The name of your cluster.
|
DisassociateAccessPolicyRequest |
withPolicyArn(String policyArn)
The ARN of the policy to disassociate from the access entry.
|
DisassociateAccessPolicyRequest |
withPrincipalArn(String principalArn)
The ARN of the IAM principal for the
AccessEntry. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClusterName(String clusterName)
The name of your cluster.
clusterName - The name of your cluster.public String getClusterName()
The name of your cluster.
public DisassociateAccessPolicyRequest withClusterName(String clusterName)
The name of your cluster.
clusterName - The name of your cluster.public void setPrincipalArn(String principalArn)
The ARN of the IAM principal for the AccessEntry.
principalArn - The ARN of the IAM principal for the AccessEntry.public String getPrincipalArn()
The ARN of the IAM principal for the AccessEntry.
AccessEntry.public DisassociateAccessPolicyRequest withPrincipalArn(String principalArn)
The ARN of the IAM principal for the AccessEntry.
principalArn - The ARN of the IAM principal for the AccessEntry.public void setPolicyArn(String policyArn)
The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use
ListAssociatedAccessPolicies.
policyArn - The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use
ListAssociatedAccessPolicies.public String getPolicyArn()
The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use
ListAssociatedAccessPolicies.
ListAssociatedAccessPolicies.public DisassociateAccessPolicyRequest withPolicyArn(String policyArn)
The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use
ListAssociatedAccessPolicies.
policyArn - The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use
ListAssociatedAccessPolicies.public String toString()
toString in class ObjectObject.toString()public DisassociateAccessPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()