@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMemberAccountsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMemberAccountsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMemberAccountsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Use this parameter to indicate the maximum number of items that you want in the response.
|
String |
getNextToken()
Use this parameter when paginating results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Use this parameter to indicate the maximum number of items that you want in the response.
|
void |
setNextToken(String nextToken)
Use this parameter when paginating results.
|
String |
toString()
Returns a string representation of this object.
|
ListMemberAccountsRequest |
withMaxResults(Integer maxResults)
Use this parameter to indicate the maximum number of items that you want in the response.
|
ListMemberAccountsRequest |
withNextToken(String nextToken)
Use this parameter when paginating results.
|
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 setNextToken(String nextToken)
Use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
nextToken
- Use this parameter when paginating results. Set the value of this parameter to null on your first call to
the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with the value
of nextToken from the previous response to continue listing data.public String getNextToken()
Use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
public ListMemberAccountsRequest withNextToken(String nextToken)
Use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
nextToken
- Use this parameter when paginating results. Set the value of this parameter to null on your first call to
the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with the value
of nextToken from the previous response to continue listing data.public void setMaxResults(Integer maxResults)
Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
maxResults
- Use this parameter to indicate the maximum number of items that you want in the response. The default
value is 250.public Integer getMaxResults()
Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
public ListMemberAccountsRequest withMaxResults(Integer maxResults)
Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
maxResults
- Use this parameter to indicate the maximum number of items that you want in the response. The default
value is 250.public String toString()
toString
in class Object
Object.toString()
public ListMemberAccountsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.