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()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getAttributesToGet()
The attributes to get from the request to list users.
|
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.
|
String |
getUserStatus()
The user status.
|
int |
hashCode() |
void |
setAttributesToGet(Collection<String> attributesToGet)
The attributes to get from the request to list users.
|
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.
|
void |
setUserStatus(String userStatus)
The user status.
|
void |
setUserStatus(UserStatusType userStatus)
The user status.
|
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 |
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.
|
ListUsersRequest |
withUserStatus(String userStatus)
The user status.
|
ListUsersRequest |
withUserStatus(UserStatusType userStatus)
The user status.
|
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 setUserStatus(String userStatus)
The user status. Can be one of the following:
userStatus
- The user status. Can be one of the following:
UserStatusType
public String getUserStatus()
The user status. Can be one of the following:
UserStatusType
public ListUsersRequest withUserStatus(String userStatus)
The user status. Can be one of the following:
userStatus
- The user status. Can be one of the following:
UserStatusType
public void setUserStatus(UserStatusType userStatus)
The user status. Can be one of the following:
userStatus
- The user status. Can be one of the following:
UserStatusType
public ListUsersRequest withUserStatus(UserStatusType userStatus)
The user status. Can be one of the following:
userStatus
- The user status. Can be one of the following:
UserStatusType
public String toString()
toString
in class Object
Object.toString()
public ListUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.