@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountAssignmentDeletionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeAccountAssignmentDeletionStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeAccountAssignmentDeletionStatusRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAccountAssignmentDeletionRequestId()
 The identifier that is used to track the request operation progress. | 
| String | getInstanceArn()
 The ARN of the SSO instance under which the operation will be executed. | 
| int | hashCode() | 
| void | setAccountAssignmentDeletionRequestId(String accountAssignmentDeletionRequestId)
 The identifier that is used to track the request operation progress. | 
| void | setInstanceArn(String instanceArn)
 The ARN of the SSO instance under which the operation will be executed. | 
| String | toString()Returns a string representation of this object. | 
| DescribeAccountAssignmentDeletionStatusRequest | withAccountAssignmentDeletionRequestId(String accountAssignmentDeletionRequestId)
 The identifier that is used to track the request operation progress. | 
| DescribeAccountAssignmentDeletionStatusRequest | withInstanceArn(String instanceArn)
 The ARN of the SSO instance under which the operation will be executed. | 
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 DescribeAccountAssignmentDeletionStatusRequest()
public void setInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about ARNs,
        see Amazon Resource Names (ARNs) and AWS Service
        Namespaces in the AWS General Reference.public String getInstanceArn()
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public DescribeAccountAssignmentDeletionStatusRequest withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about ARNs,
        see Amazon Resource Names (ARNs) and AWS Service
        Namespaces in the AWS General Reference.public void setAccountAssignmentDeletionRequestId(String accountAssignmentDeletionRequestId)
The identifier that is used to track the request operation progress.
accountAssignmentDeletionRequestId - The identifier that is used to track the request operation progress.public String getAccountAssignmentDeletionRequestId()
The identifier that is used to track the request operation progress.
public DescribeAccountAssignmentDeletionStatusRequest withAccountAssignmentDeletionRequestId(String accountAssignmentDeletionRequestId)
The identifier that is used to track the request operation progress.
accountAssignmentDeletionRequestId - The identifier that is used to track the request operation progress.public String toString()
toString in class ObjectObject.toString()public DescribeAccountAssignmentDeletionStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()