@Generated(value="software.amazon.awssdk:codegen") public final class DescribeUsersRequest extends WorkDocsRequest implements ToCopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeUsersRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static DescribeUsersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fields()
A comma-separated list of values.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
UserFilterType |
include()
The state of the users.
|
String |
includeAsString()
The state of the users.
|
Integer |
limit()
The maximum number of items to return.
|
String |
marker()
The marker for the next set of results.
|
OrderType |
order()
The order for the results.
|
String |
orderAsString()
The order for the results.
|
String |
organizationId()
The ID of the organization.
|
String |
query()
A query to filter users by user name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeUsersRequest.Builder> |
serializableBuilderClass() |
UserSortType |
sort()
The sorting criteria.
|
String |
sortAsString()
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.
|
overrideConfiguration
copy
public String authenticationToken()
Amazon WorkDocs authentication token. Do not set this field 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 UserFilterType include()
The state of the users. Specify "ALL" to include inactive users.
If the service returns an enum value that is not available in the current SDK version, include
will
return UserFilterType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
includeAsString()
.
UserFilterType
public String includeAsString()
The state of the users. Specify "ALL" to include inactive users.
If the service returns an enum value that is not available in the current SDK version, include
will
return UserFilterType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
includeAsString()
.
UserFilterType
public OrderType order()
The order for the results.
If the service returns an enum value that is not available in the current SDK version, order
will return
OrderType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
orderAsString()
.
OrderType
public String orderAsString()
The order for the results.
If the service returns an enum value that is not available in the current SDK version, order
will return
OrderType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
orderAsString()
.
OrderType
public UserSortType sort()
The sorting criteria.
If the service returns an enum value that is not available in the current SDK version, sort
will return
UserSortType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sortAsString()
.
UserSortType
public String sortAsString()
The sorting criteria.
If the service returns an enum value that is not available in the current SDK version, sort
will return
UserSortType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sortAsString()
.
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>
toBuilder
in class WorkDocsRequest
public static DescribeUsersRequest.Builder builder()
public static Class<? extends DescribeUsersRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.