@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountAssignmentCreationStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAccountAssignmentCreationStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountAssignmentCreationStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountAssignmentCreationRequestId()
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 |
setAccountAssignmentCreationRequestId(String accountAssignmentCreationRequestId)
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.
|
DescribeAccountAssignmentCreationStatusRequest |
withAccountAssignmentCreationRequestId(String accountAssignmentCreationRequestId)
The identifier that is used to track the request operation progress.
|
DescribeAccountAssignmentCreationStatusRequest |
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 DescribeAccountAssignmentCreationStatusRequest()
public void setAccountAssignmentCreationRequestId(String accountAssignmentCreationRequestId)
The identifier that is used to track the request operation progress.
accountAssignmentCreationRequestId
- The identifier that is used to track the request operation progress.public String getAccountAssignmentCreationRequestId()
The identifier that is used to track the request operation progress.
public DescribeAccountAssignmentCreationStatusRequest withAccountAssignmentCreationRequestId(String accountAssignmentCreationRequestId)
The identifier that is used to track the request operation progress.
accountAssignmentCreationRequestId
- 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 DescribeAccountAssignmentCreationStatusRequest 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 DescribeAccountAssignmentCreationStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()