@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 IAM Identity Center 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 IAM Identity Center 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 IAM Identity Center 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, withSdkRequestTimeout
public DescribeAccountAssignmentDeletionStatusRequest()
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 void setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed. For more
information about ARNs, see Amazon Resource
Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General
Reference.public String getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public DescribeAccountAssignmentDeletionStatusRequest withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed. For more
information about ARNs, see Amazon Resource
Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General
Reference.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountAssignmentDeletionStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()