@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountsForProvisionedPermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAccountsForProvisionedPermissionSetRequest() |
Modifier and Type | Method and Description |
---|---|
ListAccountsForProvisionedPermissionSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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 PermissionSet.
|
String |
getNextToken()
The pagination token for the list API.
|
String |
getPermissionSetArn()
The ARN of the PermissionSet from which the associated AWS accounts will be listed.
|
String |
getProvisioningStatus()
The permission set provisioning status for an AWS account.
|
int |
hashCode() |
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 PermissionSet.
|
void |
setNextToken(String nextToken)
The pagination token for the list API.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the associated AWS accounts will be listed.
|
void |
setProvisioningStatus(String provisioningStatus)
The permission set provisioning status for an AWS account.
|
String |
toString()
Returns a string representation of this object.
|
ListAccountsForProvisionedPermissionSetRequest |
withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
ListAccountsForProvisionedPermissionSetRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
|
ListAccountsForProvisionedPermissionSetRequest |
withNextToken(String nextToken)
The pagination token for the list API.
|
ListAccountsForProvisionedPermissionSetRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the associated AWS accounts will be listed.
|
ListAccountsForProvisionedPermissionSetRequest |
withProvisioningStatus(ProvisioningStatus provisioningStatus)
The permission set provisioning status for an AWS account.
|
ListAccountsForProvisionedPermissionSetRequest |
withProvisioningStatus(String provisioningStatus)
The permission set provisioning status for an AWS account.
|
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 ListAccountsForProvisionedPermissionSetRequest()
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 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 ListAccountsForProvisionedPermissionSetRequest 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 setPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the associated AWS accounts will be listed.
permissionSetArn
- The ARN of the PermissionSet from which the associated AWS accounts will be listed.public String getPermissionSetArn()
The ARN of the PermissionSet from which the associated AWS accounts will be listed.
public ListAccountsForProvisionedPermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet from which the associated AWS accounts will be listed.
permissionSetArn
- The ARN of the PermissionSet from which the associated AWS accounts will be listed.public void setProvisioningStatus(String provisioningStatus)
The permission set provisioning status for an AWS account.
provisioningStatus
- The permission set provisioning status for an AWS account.ProvisioningStatus
public String getProvisioningStatus()
The permission set provisioning status for an AWS account.
ProvisioningStatus
public ListAccountsForProvisionedPermissionSetRequest withProvisioningStatus(String provisioningStatus)
The permission set provisioning status for an AWS account.
provisioningStatus
- The permission set provisioning status for an AWS account.ProvisioningStatus
public ListAccountsForProvisionedPermissionSetRequest withProvisioningStatus(ProvisioningStatus provisioningStatus)
The permission set provisioning status for an AWS account.
provisioningStatus
- The permission set provisioning status for an AWS account.ProvisioningStatus
public void setMaxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
maxResults
- The maximum number of results to display for the PermissionSet.public Integer getMaxResults()
The maximum number of results to display for the PermissionSet.
public ListAccountsForProvisionedPermissionSetRequest withMaxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
maxResults
- The maximum number of results to display for the PermissionSet.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 ListAccountsForProvisionedPermissionSetRequest 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 ListAccountsForProvisionedPermissionSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()