@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountAssignmentCreationStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccountAssignmentCreationStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentCreationStatusRequest |
clone() |
boolean |
equals(Object obj) |
OperationStatusFilter |
getFilter()
Filters results based on the passed attribute value.
|
String |
getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
Integer |
getMaxResults()
The maximum number of results to display for the assignment.
|
String |
getNextToken()
The pagination token for the list API.
|
int |
hashCode() |
void |
setFilter(OperationStatusFilter filter)
Filters results based on the passed attribute value.
|
void |
setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to display for the assignment.
|
void |
setNextToken(String nextToken)
The pagination token for the list API.
|
String |
toString()
Returns a string representation of this object.
|
ListAccountAssignmentCreationStatusRequest |
withFilter(OperationStatusFilter filter)
Filters results based on the passed attribute value.
|
ListAccountAssignmentCreationStatusRequest |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
ListAccountAssignmentCreationStatusRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display for the assignment.
|
ListAccountAssignmentCreationStatusRequest |
withNextToken(String nextToken)
The pagination token for the list API.
|
addHandlerContext, copyBaseTo, 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 ListAccountAssignmentCreationStatusRequest()
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 AWS Service Namespaces in the AWS 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 AWS Service Namespaces in the AWS 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 AWS Service Namespaces in the AWS General Reference.
public ListAccountAssignmentCreationStatusRequest 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 AWS Service Namespaces in the AWS 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 AWS Service Namespaces in the AWS General Reference.public void setMaxResults(Integer maxResults)
The maximum number of results to display for the assignment.
maxResults - The maximum number of results to display for the assignment.public Integer getMaxResults()
The maximum number of results to display for the assignment.
public ListAccountAssignmentCreationStatusRequest withMaxResults(Integer maxResults)
The maximum number of results to display for the assignment.
maxResults - The maximum number of results to display for the assignment.public void setNextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API calls
to make subsequent calls.public String getNextToken()
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
public ListAccountAssignmentCreationStatusRequest withNextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API calls
to make subsequent calls.public void setFilter(OperationStatusFilter filter)
Filters results based on the passed attribute value.
filter - Filters results based on the passed attribute value.public OperationStatusFilter getFilter()
Filters results based on the passed attribute value.
public ListAccountAssignmentCreationStatusRequest withFilter(OperationStatusFilter filter)
Filters results based on the passed attribute value.
filter - Filters results based on the passed attribute value.public String toString()
toString in class ObjectObject.toString()public ListAccountAssignmentCreationStatusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.