@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) |
String |
getCollectionId()
The ID of an existing collection.
|
Integer |
getMaxResults()
Maximum number of UsersID to return.
|
String |
getNextToken()
Pagingation token to receive the next set of UsersID.
|
int |
hashCode() |
void |
setCollectionId(String collectionId)
The ID of an existing collection.
|
void |
setMaxResults(Integer maxResults)
Maximum number of UsersID to return.
|
void |
setNextToken(String nextToken)
Pagingation token to receive the next set of UsersID.
|
String |
toString()
Returns a string representation of this object.
|
ListUsersRequest |
withCollectionId(String collectionId)
The ID of an existing collection.
|
ListUsersRequest |
withMaxResults(Integer maxResults)
Maximum number of UsersID to return.
|
ListUsersRequest |
withNextToken(String nextToken)
Pagingation token to receive the next set of UsersID.
|
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 setCollectionId(String collectionId)
The ID of an existing collection.
collectionId
- The ID of an existing collection.public String getCollectionId()
The ID of an existing collection.
public ListUsersRequest withCollectionId(String collectionId)
The ID of an existing collection.
collectionId
- The ID of an existing collection.public void setMaxResults(Integer maxResults)
Maximum number of UsersID to return.
maxResults
- Maximum number of UsersID to return.public Integer getMaxResults()
Maximum number of UsersID to return.
public ListUsersRequest withMaxResults(Integer maxResults)
Maximum number of UsersID to return.
maxResults
- Maximum number of UsersID to return.public void setNextToken(String nextToken)
Pagingation token to receive the next set of UsersID.
nextToken
- Pagingation token to receive the next set of UsersID.public String getNextToken()
Pagingation token to receive the next set of UsersID.
public ListUsersRequest withNextToken(String nextToken)
Pagingation token to receive the next set of UsersID.
nextToken
- Pagingation token to receive the next set of UsersID.public String toString()
toString
in class Object
Object.toString()
public ListUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()