@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccountsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccessToken()
The token issued by the
CreateToken API call. |
Integer |
getMaxResults()
This is the number of items clients can request per page.
|
String |
getNextToken()
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
The token issued by the
CreateToken API call. |
void |
setMaxResults(Integer maxResults)
This is the number of items clients can request per page.
|
void |
setNextToken(String nextToken)
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
|
String |
toString()
Returns a string representation of this object.
|
ListAccountsRequest |
withAccessToken(String accessToken)
The token issued by the
CreateToken API call. |
ListAccountsRequest |
withMaxResults(Integer maxResults)
This is the number of items clients can request per page.
|
ListAccountsRequest |
withNextToken(String nextToken)
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
|
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 setNextToken(String nextToken)
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
nextToken - (Optional) When requesting subsequent pages, this is the page token from the previous response output.public String getNextToken()
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
public ListAccountsRequest withNextToken(String nextToken)
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
nextToken - (Optional) When requesting subsequent pages, this is the page token from the previous response output.public void setMaxResults(Integer maxResults)
This is the number of items clients can request per page.
maxResults - This is the number of items clients can request per page.public Integer getMaxResults()
This is the number of items clients can request per page.
public ListAccountsRequest withMaxResults(Integer maxResults)
This is the number of items clients can request per page.
maxResults - This is the number of items clients can request per page.public void setAccessToken(String accessToken)
The token issued by the CreateToken API call. For more information, see CreateToken in
the IAM Identity Center OIDC API Reference Guide.
accessToken - The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.public String getAccessToken()
The token issued by the CreateToken API call. For more information, see CreateToken in
the IAM Identity Center OIDC API Reference Guide.
CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.public ListAccountsRequest withAccessToken(String accessToken)
The token issued by the CreateToken API call. For more information, see CreateToken in
the IAM Identity Center OIDC API Reference Guide.
accessToken - The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.public String toString()
toString in class ObjectObject.toString()public ListAccountsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.