Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeUsersRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeUsersRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static DescribeUsersRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fields() |
A comma-separated list of values.
|
int |
hashCode() |
|
String |
include() |
The state of the users.
|
Integer |
limit() |
The maximum number of items to return.
|
String |
marker() |
The marker for the next set of results.
|
String |
order() |
The order for the results.
|
String |
organizationId() |
The ID of the organization.
|
String |
query() |
A query to filter users by user name.
|
static Class<? extends DescribeUsersRequest.Builder> |
serializableBuilderClass() |
|
String |
sort() |
The sorting criteria.
|
DescribeUsersRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userIds() |
The IDs of the users.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public String organizationId()
The ID of the organization.
public String userIds()
The IDs of the users.
public String query()
A query to filter users by user name.
public String include()
The state of the users. Specify "ALL" to include inactive users.
UserFilterType
public String order()
The order for the results.
OrderType
public String sort()
The sorting criteria.
UserSortType
public String marker()
The marker for the next set of results. (You received this marker from a previous call.)
public Integer limit()
The maximum number of items to return.
public String fields()
A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information.
public DescribeUsersRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
public static DescribeUsersRequest.Builder builder()
public static Class<? extends DescribeUsersRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.