@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchUsersRequest() |
Modifier and Type | Method and Description |
---|---|
SearchUsersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
The filters to use for listing a specific set of users.
|
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
An optional token returned from a prior request.
|
List<Sort> |
getSortCriteria()
The sort order to use in listing the filtered set of users.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The filters to use for listing a specific set of users.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
An optional token returned from a prior request.
|
void |
setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the filtered set of users.
|
String |
toString()
Returns a string representation of this object.
|
SearchUsersRequest |
withFilters(Collection<Filter> filters)
The filters to use for listing a specific set of users.
|
SearchUsersRequest |
withFilters(Filter... filters)
The filters to use for listing a specific set of users.
|
SearchUsersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
SearchUsersRequest |
withNextToken(String nextToken)
An optional token returned from a prior request.
|
SearchUsersRequest |
withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the filtered set of users.
|
SearchUsersRequest |
withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the filtered set of users.
|
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)
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults
. Required.
nextToken
- An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults
. Required.public String getNextToken()
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults
. Required.
MaxResults
. Required.public SearchUsersRequest withNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults
. Required.
nextToken
- An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults
. Required.public void setMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved. Required.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved. Required.public Integer getMaxResults()
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved. Required.
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved. Required.public SearchUsersRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved. Required.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved. Required.public List<Filter> getFilters()
The filters to use for listing a specific set of users. Required. Supported filter keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
public void setFilters(Collection<Filter> filters)
The filters to use for listing a specific set of users. Required. Supported filter keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
filters
- The filters to use for listing a specific set of users. Required. Supported filter keys are UserId,
FirstName, LastName, Email, and EnrollmentStatus.public SearchUsersRequest withFilters(Filter... filters)
The filters to use for listing a specific set of users. Required. Supported filter keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- The filters to use for listing a specific set of users. Required. Supported filter keys are UserId,
FirstName, LastName, Email, and EnrollmentStatus.public SearchUsersRequest withFilters(Collection<Filter> filters)
The filters to use for listing a specific set of users. Required. Supported filter keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
filters
- The filters to use for listing a specific set of users. Required. Supported filter keys are UserId,
FirstName, LastName, Email, and EnrollmentStatus.public List<Sort> getSortCriteria()
The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
public void setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
sortCriteria
- The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId,
FirstName, LastName, Email, and EnrollmentStatus.public SearchUsersRequest withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
NOTE: This method appends the values to the existing list (if any). Use
setSortCriteria(java.util.Collection)
or withSortCriteria(java.util.Collection)
if you want to
override the existing values.
sortCriteria
- The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId,
FirstName, LastName, Email, and EnrollmentStatus.public SearchUsersRequest withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
sortCriteria
- The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId,
FirstName, LastName, Email, and EnrollmentStatus.public String toString()
toString
in class Object
Object.toString()
public SearchUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.