@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListUsersRequest() |
Modifier and Type | Method and Description |
---|---|
ListUsersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ListUsersFilters |
getFilters()
Limit the user search results based on the filter criteria.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
String |
getOrganizationId()
The identifier for the organization under which the users exist.
|
int |
hashCode() |
void |
setFilters(ListUsersFilters filters)
Limit the user search results based on the filter criteria.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the users exist.
|
String |
toString()
Returns a string representation of this object.
|
ListUsersRequest |
withFilters(ListUsersFilters filters)
Limit the user search results based on the filter criteria.
|
ListUsersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListUsersRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListUsersRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the users exist.
|
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 setOrganizationId(String organizationId)
The identifier for the organization under which the users exist.
organizationId
- The identifier for the organization under which the users exist.public String getOrganizationId()
The identifier for the organization under which the users exist.
public ListUsersRequest withOrganizationId(String organizationId)
The identifier for the organization under which the users exist.
organizationId
- The identifier for the organization under which the users exist.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public String getNextToken()
The token to use to retrieve the next page of results. The first call does not contain any tokens.
public ListUsersRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListUsersRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public void setFilters(ListUsersFilters filters)
Limit the user search results based on the filter criteria. You can only use one filter per request.
filters
- Limit the user search results based on the filter criteria. You can only use one filter per request.public ListUsersFilters getFilters()
Limit the user search results based on the filter criteria. You can only use one filter per request.
public ListUsersRequest withFilters(ListUsersFilters filters)
Limit the user search results based on the filter criteria. You can only use one filter per request.
filters
- Limit the user search results based on the filter criteria. You can only use one filter per request.public String toString()
toString
in class Object
Object.toString()
public ListUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()