@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPermissionSetsProvisionedToAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPermissionSetsProvisionedToAccountRequest() |
Modifier and Type | Method and Description |
---|---|
ListPermissionSetsProvisionedToAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The identifier of the Amazon Web Services 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 |
getProvisioningStatus()
The status object for the permission set provisioning operation.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The identifier of the Amazon Web Services 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 |
setProvisioningStatus(String provisioningStatus)
The status object for the permission set provisioning operation.
|
String |
toString()
Returns a string representation of this object.
|
ListPermissionSetsProvisionedToAccountRequest |
withAccountId(String accountId)
The identifier of the Amazon Web Services account from which to list the assignments.
|
ListPermissionSetsProvisionedToAccountRequest |
withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
ListPermissionSetsProvisionedToAccountRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display for the assignment.
|
ListPermissionSetsProvisionedToAccountRequest |
withNextToken(String nextToken)
The pagination token for the list API.
|
ListPermissionSetsProvisionedToAccountRequest |
withProvisioningStatus(ProvisioningStatus provisioningStatus)
The status object for the permission set provisioning operation.
|
ListPermissionSetsProvisionedToAccountRequest |
withProvisioningStatus(String provisioningStatus)
The status object for the permission set provisioning operation.
|
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 ListPermissionSetsProvisionedToAccountRequest()
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 Amazon Web Services Service Namespaces in the Amazon Web Services 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 Amazon Web
Services Service Namespaces in the Amazon Web Services 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 Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public ListPermissionSetsProvisionedToAccountRequest 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 Amazon Web Services Service Namespaces in the Amazon Web Services 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 Amazon Web
Services Service Namespaces in the Amazon Web Services General Reference.public void setAccountId(String accountId)
The identifier of the Amazon Web Services account from which to list the assignments.
accountId
- The identifier of the Amazon Web Services account from which to list the assignments.public String getAccountId()
The identifier of the Amazon Web Services account from which to list the assignments.
public ListPermissionSetsProvisionedToAccountRequest withAccountId(String accountId)
The identifier of the Amazon Web Services account from which to list the assignments.
accountId
- The identifier of the Amazon Web Services account from which to list the assignments.public void setProvisioningStatus(String provisioningStatus)
The status object for the permission set provisioning operation.
provisioningStatus
- The status object for the permission set provisioning operation.ProvisioningStatus
public String getProvisioningStatus()
The status object for the permission set provisioning operation.
ProvisioningStatus
public ListPermissionSetsProvisionedToAccountRequest withProvisioningStatus(String provisioningStatus)
The status object for the permission set provisioning operation.
provisioningStatus
- The status object for the permission set provisioning operation.ProvisioningStatus
public ListPermissionSetsProvisionedToAccountRequest withProvisioningStatus(ProvisioningStatus provisioningStatus)
The status object for the permission set provisioning operation.
provisioningStatus
- The status object for the permission set provisioning operation.ProvisioningStatus
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 ListPermissionSetsProvisionedToAccountRequest 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 ListPermissionSetsProvisionedToAccountRequest 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 Object
Object.toString()
public ListPermissionSetsProvisionedToAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()