@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 |
getEngine()
The Redis OSS engine.
|
List<Filter> |
getFilters()
Filter to determine the list of User IDs to return.
|
String |
getMarker()
An optional marker returned from a prior request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
String |
getUserId()
The ID of the user.
|
int |
hashCode() |
void |
setEngine(String engine)
The Redis OSS engine.
|
void |
setFilters(Collection<Filter> filters)
Filter to determine the list of User IDs to return.
|
void |
setMarker(String marker)
An optional marker returned from a prior request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
void |
setUserId(String userId)
The ID of the user.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUsersRequest |
withEngine(String engine)
The Redis OSS engine.
|
DescribeUsersRequest |
withFilters(Collection<Filter> filters)
Filter to determine the list of User IDs to return.
|
DescribeUsersRequest |
withFilters(Filter... filters)
Filter to determine the list of User IDs to return.
|
DescribeUsersRequest |
withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeUsersRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeUsersRequest |
withUserId(String userId)
The ID of the user.
|
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 setEngine(String engine)
The Redis OSS engine.
engine
- The Redis OSS engine.public String getEngine()
The Redis OSS engine.
public DescribeUsersRequest withEngine(String engine)
The Redis OSS engine.
engine
- The Redis OSS engine.public void setUserId(String userId)
The ID of the user.
userId
- The ID of the user.public String getUserId()
The ID of the user.
public DescribeUsersRequest withUserId(String userId)
The ID of the user.
userId
- The ID of the user.public List<Filter> getFilters()
Filter to determine the list of User IDs to return.
public void setFilters(Collection<Filter> filters)
Filter to determine the list of User IDs to return.
filters
- Filter to determine the list of User IDs to return.public DescribeUsersRequest withFilters(Filter... filters)
Filter to determine the list of User IDs to return.
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
- Filter to determine the list of User IDs to return.public DescribeUsersRequest withFilters(Collection<Filter> filters)
Filter to determine the list of User IDs to return.
filters
- Filter to determine the list of User IDs to return.public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.public Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
public DescribeUsersRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.public void setMarker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by MaxRecords. >public String getMarker()
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
public DescribeUsersRequest withMarker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by MaxRecords. >public String toString()
toString
in class Object
Object.toString()
public DescribeUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()