@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMembersRequest() |
Modifier and Type | Method and Description |
---|---|
ListMembersRequest |
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 items to include in each page of a paginated response.
|
String |
getNextToken()
The nextToken string that specifies which page of results to return in a paginated response.
|
String |
getOnlyAssociated()
Specifies which accounts to include in the response, based on the status of an account's relationship with the
administrator account.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
|
void |
setNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
void |
setOnlyAssociated(String onlyAssociated)
Specifies which accounts to include in the response, based on the status of an account's relationship with the
administrator account.
|
String |
toString()
Returns a string representation of this object.
|
ListMembersRequest |
withMaxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
|
ListMembersRequest |
withNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
ListMembersRequest |
withOnlyAssociated(String onlyAssociated)
Specifies which accounts to include in the response, based on the status of an account's relationship with the
administrator 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 void setMaxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
maxResults
- The maximum number of items to include in each page of a paginated response.public Integer getMaxResults()
The maximum number of items to include in each page of a paginated response.
public ListMembersRequest withMaxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
maxResults
- The maximum number of items to include in each page of a paginated response.public void setNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken
- The nextToken string that specifies which page of results to return in a paginated response.public String getNextToken()
The nextToken string that specifies which page of results to return in a paginated response.
public ListMembersRequest withNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken
- The nextToken string that specifies which page of results to return in a paginated response.public void setOnlyAssociated(String onlyAssociated)
Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
onlyAssociated
- Specifies which accounts to include in the response, based on the status of an account's relationship with
the administrator account. By default, the response includes only current member accounts. To include all
accounts, set this value to false.public String getOnlyAssociated()
Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
public ListMembersRequest withOnlyAssociated(String onlyAssociated)
Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
onlyAssociated
- Specifies which accounts to include in the response, based on the status of an account's relationship with
the administrator account. By default, the response includes only current member accounts. To include all
accounts, set this value to false.public String toString()
toString
in class Object
Object.toString()
public ListMembersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()