@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) |
List<Filter> |
getFilters()
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
String |
getIdentityStoreId()
The globally unique identifier for the identity store, such as d-1234567890.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request, which is used in the
ListUsers and
ListGroups request to specify how many results to return in one page. |
String |
getNextToken()
The pagination token used for the
ListUsers and ListGroups APIs. |
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request, which is used in the
ListUsers and
ListGroups request to specify how many results to return in one page. |
void |
setNextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups APIs. |
String |
toString()
Returns a string representation of this object.
|
ListUsersRequest |
withFilters(Collection<Filter> filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
ListUsersRequest |
withFilters(Filter... filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
ListUsersRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890.
|
ListUsersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request, which is used in the
ListUsers and
ListGroups request to specify how many results to return in one page. |
ListUsersRequest |
withNextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups APIs. |
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 setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
identityStoreId
- The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a
fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters.
This value is generated at the time that a new identity store is created.public String getIdentityStoreId()
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
public ListUsersRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
identityStoreId
- The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a
fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters.
This value is generated at the time that a new identity store is created.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request, which is used in the ListUsers
and
ListGroups
request to specify how many results to return in one page. The length limit is 50
characters.
maxResults
- The maximum number of results to be returned per request, which is used in the ListUsers
and
ListGroups
request to specify how many results to return in one page. The length limit is 50
characters.public Integer getMaxResults()
The maximum number of results to be returned per request, which is used in the ListUsers
and
ListGroups
request to specify how many results to return in one page. The length limit is 50
characters.
ListUsers
and
ListGroups
request to specify how many results to return in one page. The length limit is 50
characters.public ListUsersRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request, which is used in the ListUsers
and
ListGroups
request to specify how many results to return in one page. The length limit is 50
characters.
maxResults
- The maximum number of results to be returned per request, which is used in the ListUsers
and
ListGroups
request to specify how many results to return in one page. The length limit is 50
characters.public void setNextToken(String nextToken)
The pagination token used for the ListUsers
and ListGroups
APIs. This value is
generated by the identity store service and is returned in the API response if the total results are more than
the size of one page, and when this token is used in the API request to search for the next page.
nextToken
- The pagination token used for the ListUsers
and ListGroups
APIs. This value is
generated by the identity store service and is returned in the API response if the total results are more
than the size of one page, and when this token is used in the API request to search for the next page.public String getNextToken()
The pagination token used for the ListUsers
and ListGroups
APIs. This value is
generated by the identity store service and is returned in the API response if the total results are more than
the size of one page, and when this token is used in the API request to search for the next page.
ListUsers
and ListGroups
APIs. This value is
generated by the identity store service and is returned in the API response if the total results are more
than the size of one page, and when this token is used in the API request to search for the next page.public ListUsersRequest withNextToken(String nextToken)
The pagination token used for the ListUsers
and ListGroups
APIs. This value is
generated by the identity store service and is returned in the API response if the total results are more than
the size of one page, and when this token is used in the API request to search for the next page.
nextToken
- The pagination token used for the ListUsers
and ListGroups
APIs. This value is
generated by the identity store service and is returned in the API response if the total results are more
than the size of one page, and when this token is used in the API request to search for the next page.public List<Filter> getFilters()
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
Filter
objects, which is used in the ListUsers
and
ListGroups
request.public void setFilters(Collection<Filter> filters)
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
filters
- A list of Filter
objects, which is used in the ListUsers
and
ListGroups
request.public ListUsersRequest withFilters(Filter... filters)
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
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
- A list of Filter
objects, which is used in the ListUsers
and
ListGroups
request.public ListUsersRequest withFilters(Collection<Filter> filters)
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
filters
- A list of Filter
objects, which is used in the ListUsers
and
ListGroups
request.public String toString()
toString
in class Object
Object.toString()
public ListUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()