@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIAMPolicyAssignmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteIAMPolicyAssignmentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIAMPolicyAssignmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssignmentName()
The name of the assignment.
|
String |
getAwsAccountId()
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
|
String |
getNamespace()
The namespace that contains the assignment.
|
int |
hashCode() |
void |
setAssignmentName(String assignmentName)
The name of the assignment.
|
void |
setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
|
void |
setNamespace(String namespace)
The namespace that contains the assignment.
|
String |
toString()
Returns a string representation of this object.
|
DeleteIAMPolicyAssignmentRequest |
withAssignmentName(String assignmentName)
The name of the assignment.
|
DeleteIAMPolicyAssignmentRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
|
DeleteIAMPolicyAssignmentRequest |
withNamespace(String namespace)
The namespace that contains the assignment.
|
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, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
awsAccountId
- The Amazon Web Services account ID where you want to delete the IAM policy assignment.public String getAwsAccountId()
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
public DeleteIAMPolicyAssignmentRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
awsAccountId
- The Amazon Web Services account ID where you want to delete the IAM policy assignment.public void setAssignmentName(String assignmentName)
The name of the assignment.
assignmentName
- The name of the assignment.public String getAssignmentName()
The name of the assignment.
public DeleteIAMPolicyAssignmentRequest withAssignmentName(String assignmentName)
The name of the assignment.
assignmentName
- The name of the assignment.public void setNamespace(String namespace)
The namespace that contains the assignment.
namespace
- The namespace that contains the assignment.public String getNamespace()
The namespace that contains the assignment.
public DeleteIAMPolicyAssignmentRequest withNamespace(String namespace)
The namespace that contains the assignment.
namespace
- The namespace that contains the assignment.public String toString()
toString
in class Object
Object.toString()
public DeleteIAMPolicyAssignmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()