@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStagingAccountsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListStagingAccountsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListStagingAccountsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of staging Accounts to retrieve.
|
String |
getNextToken()
The token of the next staging Account to retrieve.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of staging Accounts to retrieve.
|
void |
setNextToken(String nextToken)
The token of the next staging Account to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListStagingAccountsRequest |
withMaxResults(Integer maxResults)
The maximum number of staging Accounts to retrieve.
|
ListStagingAccountsRequest |
withNextToken(String nextToken)
The token of the next staging Account to retrieve.
|
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 setMaxResults(Integer maxResults)
The maximum number of staging Accounts to retrieve.
maxResults - The maximum number of staging Accounts to retrieve.public Integer getMaxResults()
The maximum number of staging Accounts to retrieve.
public ListStagingAccountsRequest withMaxResults(Integer maxResults)
The maximum number of staging Accounts to retrieve.
maxResults - The maximum number of staging Accounts to retrieve.public void setNextToken(String nextToken)
The token of the next staging Account to retrieve.
nextToken - The token of the next staging Account to retrieve.public String getNextToken()
The token of the next staging Account to retrieve.
public ListStagingAccountsRequest withNextToken(String nextToken)
The token of the next staging Account to retrieve.
nextToken - The token of the next staging Account to retrieve.public String toString()
toString in class ObjectObject.toString()public ListStagingAccountsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.