@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountAssignmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccountAssignmentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The identifier of the AWS account from which to list the assignments.
|
String |
getInstanceArn()
The ARN of the SSO 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.
|
String |
getPermissionSetArn()
The ARN of the permission set from which to list assignments.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The identifier of the AWS account from which to list the assignments.
|
void |
setInstanceArn(String instanceArn)
The ARN of the SSO 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.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the permission set from which to list assignments.
|
String |
toString()
Returns a string representation of this object.
|
ListAccountAssignmentsRequest |
withAccountId(String accountId)
The identifier of the AWS account from which to list the assignments.
|
ListAccountAssignmentsRequest |
withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
ListAccountAssignmentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display for the assignment.
|
ListAccountAssignmentsRequest |
withNextToken(String nextToken)
The pagination token for the list API.
|
ListAccountAssignmentsRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the permission set from which to list assignments.
|
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 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 ListAccountAssignmentsRequest 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 setAccountId(String accountId)
The identifier of the AWS account from which to list the assignments.
accountId - The identifier of the AWS account from which to list the assignments.public String getAccountId()
The identifier of the AWS account from which to list the assignments.
public ListAccountAssignmentsRequest withAccountId(String accountId)
The identifier of the AWS account from which to list the assignments.
accountId - The identifier of the AWS account from which to list the assignments.public void setPermissionSetArn(String permissionSetArn)
The ARN of the permission set from which to list assignments.
permissionSetArn - The ARN of the permission set from which to list assignments.public String getPermissionSetArn()
The ARN of the permission set from which to list assignments.
public ListAccountAssignmentsRequest withPermissionSetArn(String permissionSetArn)
The ARN of the permission set from which to list assignments.
permissionSetArn - The ARN of the permission set from which to list assignments.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 ListAccountAssignmentsRequest 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 ListAccountAssignmentsRequest 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 String toString()
toString in class ObjectObject.toString()public ListAccountAssignmentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.