public class ListUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to list users.
NOOP
Constructor and Description |
---|
ListUsersRequest() |
Modifier and Type | Method and Description |
---|---|
ListUsersRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAttributesToGet()
The attributes to get from the request to list users.
|
String |
getFilter()
The filter for the list users request.
|
Integer |
getLimit()
The limit of the request to list users.
|
String |
getPaginationToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
String |
getUserPoolId()
The user pool ID for which you want to list users.
|
int |
hashCode() |
void |
setAttributesToGet(Collection<String> attributesToGet)
The attributes to get from the request to list users.
|
void |
setFilter(String filter)
The filter for the list users request.
|
void |
setLimit(Integer limit)
The limit of the request to list users.
|
void |
setPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for which you want to list users.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListUsersRequest |
withAttributesToGet(Collection<String> attributesToGet)
The attributes to get from the request to list users.
|
ListUsersRequest |
withAttributesToGet(String... attributesToGet)
The attributes to get from the request to list users.
|
ListUsersRequest |
withFilter(String filter)
The filter for the list users request.
|
ListUsersRequest |
withLimit(Integer limit)
The limit of the request to list users.
|
ListUsersRequest |
withPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
ListUsersRequest |
withUserPoolId(String userPoolId)
The user pool ID for which you want to list users.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setUserPoolId(String userPoolId)
The user pool ID for which you want to list users.
userPoolId
- The user pool ID for which you want to list users.public String getUserPoolId()
The user pool ID for which you want to list users.
public ListUsersRequest withUserPoolId(String userPoolId)
The user pool ID for which you want to list users.
userPoolId
- The user pool ID for which you want to list users.public List<String> getAttributesToGet()
The attributes to get from the request to list users.
public void setAttributesToGet(Collection<String> attributesToGet)
The attributes to get from the request to list users.
attributesToGet
- The attributes to get from the request to list users.public ListUsersRequest withAttributesToGet(String... attributesToGet)
The attributes to get from the request to list users.
NOTE: This method appends the values to the existing list (if any). Use
setAttributesToGet(java.util.Collection)
or withAttributesToGet(java.util.Collection)
if you
want to override the existing values.
attributesToGet
- The attributes to get from the request to list users.public ListUsersRequest withAttributesToGet(Collection<String> attributesToGet)
The attributes to get from the request to list users.
attributesToGet
- The attributes to get from the request to list users.public void setLimit(Integer limit)
The limit of the request to list users.
limit
- The limit of the request to list users.public Integer getLimit()
The limit of the request to list users.
public ListUsersRequest withLimit(Integer limit)
The limit of the request to list users.
limit
- The limit of the request to list users.public void setPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
paginationToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String getPaginationToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListUsersRequest withPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
paginationToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public void setFilter(String filter)
The filter for the list users request.
filter
- The filter for the list users request.public String getFilter()
The filter for the list users request.
public ListUsersRequest withFilter(String filter)
The filter for the list users request.
filter
- The filter for the list users request.public String toString()
toString
in class Object
Object.toString()
public ListUsersRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.