@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ListStagingAccountsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()