@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeUsersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeUsersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthenticationToken()
Amazon WorkDocs authentication token.
|
String |
getFields()
A comma-separated list of values.
|
String |
getInclude()
The state of the users.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getMarker()
The marker for the next set of results.
|
String |
getOrder()
The order for the results.
|
String |
getOrganizationId()
The ID of the organization.
|
String |
getQuery()
A query to filter users by user name.
|
String |
getSort()
The sorting criteria.
|
String |
getUserIds()
The IDs of the users.
|
int |
hashCode() |
void |
setAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
void |
setFields(String fields)
A comma-separated list of values.
|
void |
setInclude(String include)
The state of the users.
|
void |
setInclude(UserFilterType include)
The state of the users.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setOrder(OrderType order)
The order for the results.
|
void |
setOrder(String order)
The order for the results.
|
void |
setOrganizationId(String organizationId)
The ID of the organization.
|
void |
setQuery(String query)
A query to filter users by user name.
|
void |
setSort(String sort)
The sorting criteria.
|
void |
setSort(UserSortType sort)
The sorting criteria.
|
void |
setUserIds(String userIds)
The IDs of the users.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeUsersRequest |
withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeUsersRequest |
withFields(String fields)
A comma-separated list of values.
|
DescribeUsersRequest |
withInclude(String include)
The state of the users.
|
DescribeUsersRequest |
withInclude(UserFilterType include)
The state of the users.
|
DescribeUsersRequest |
withLimit(Integer limit)
The maximum number of items to return.
|
DescribeUsersRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeUsersRequest |
withOrder(OrderType order)
The order for the results.
|
DescribeUsersRequest |
withOrder(String order)
The order for the results.
|
DescribeUsersRequest |
withOrganizationId(String organizationId)
The ID of the organization.
|
DescribeUsersRequest |
withQuery(String query)
A query to filter users by user name.
|
DescribeUsersRequest |
withSort(String sort)
The sorting criteria.
|
DescribeUsersRequest |
withSort(UserSortType sort)
The sorting criteria.
|
DescribeUsersRequest |
withUserIds(String userIds)
The IDs of the users.
|
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 setAuthenticationToken(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.
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 getAuthenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public DescribeUsersRequest withAuthenticationToken(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.
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 void setOrganizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.public String getOrganizationId()
The ID of the organization.
public DescribeUsersRequest withOrganizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.public void setUserIds(String userIds)
The IDs of the users.
userIds
- The IDs of the users.public String getUserIds()
The IDs of the users.
public DescribeUsersRequest withUserIds(String userIds)
The IDs of the users.
userIds
- The IDs of the users.public void setQuery(String query)
A query to filter users by user name.
query
- A query to filter users by user name.public String getQuery()
A query to filter users by user name.
public DescribeUsersRequest withQuery(String query)
A query to filter users by user name.
query
- A query to filter users by user name.public void setInclude(String include)
The state of the users. Specify "ALL" to include inactive users.
include
- The state of the users. Specify "ALL" to include inactive users.UserFilterType
public String getInclude()
The state of the users. Specify "ALL" to include inactive users.
UserFilterType
public DescribeUsersRequest withInclude(String include)
The state of the users. Specify "ALL" to include inactive users.
include
- The state of the users. Specify "ALL" to include inactive users.UserFilterType
public void setInclude(UserFilterType include)
The state of the users. Specify "ALL" to include inactive users.
include
- The state of the users. Specify "ALL" to include inactive users.UserFilterType
public DescribeUsersRequest withInclude(UserFilterType include)
The state of the users. Specify "ALL" to include inactive users.
include
- The state of the users. Specify "ALL" to include inactive users.UserFilterType
public void setOrder(String order)
The order for the results.
order
- The order for the results.OrderType
public String getOrder()
The order for the results.
OrderType
public DescribeUsersRequest withOrder(String order)
The order for the results.
order
- The order for the results.OrderType
public void setOrder(OrderType order)
The order for the results.
order
- The order for the results.OrderType
public DescribeUsersRequest withOrder(OrderType order)
The order for the results.
order
- The order for the results.OrderType
public void setSort(String sort)
The sorting criteria.
sort
- The sorting criteria.UserSortType
public String getSort()
The sorting criteria.
UserSortType
public DescribeUsersRequest withSort(String sort)
The sorting criteria.
sort
- The sorting criteria.UserSortType
public void setSort(UserSortType sort)
The sorting criteria.
sort
- The sorting criteria.UserSortType
public DescribeUsersRequest withSort(UserSortType sort)
The sorting criteria.
sort
- The sorting criteria.UserSortType
public void setMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public String getMarker()
The marker for the next set of results. (You received this marker from a previous call.)
public DescribeUsersRequest withMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public void setLimit(Integer limit)
The maximum number of items to return.
limit
- The maximum number of items to return.public Integer getLimit()
The maximum number of items to return.
public DescribeUsersRequest withLimit(Integer limit)
The maximum number of items to return.
limit
- The maximum number of items to return.public void setFields(String fields)
A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information.
fields
- A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and
utilization information.public String getFields()
A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information.
public DescribeUsersRequest withFields(String fields)
A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information.
fields
- A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and
utilization information.public String toString()
toString
in class Object
Object.toString()
public DescribeUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.