@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
TBD
|
String |
getOrganizationId()
The identifier for the organization under which the users exist.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
TBD
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the users exist.
|
String |
toString()
Returns a string representation of this object.
|
ListUsersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListUsersRequest |
withNextToken(String nextToken)
TBD
|
ListUsersRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the users exist.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setOrganizationId(String organizationId)
The identifier for the organization under which the users exist.
organizationId - The identifier for the organization under which the users exist.public String getOrganizationId()
The identifier for the organization under which the users exist.
public ListUsersRequest withOrganizationId(String organizationId)
The identifier for the organization under which the users exist.
organizationId - The identifier for the organization under which the users exist.public void setNextToken(String nextToken)
TBD
nextToken - TBDpublic String getNextToken()
TBD
public ListUsersRequest withNextToken(String nextToken)
TBD
nextToken - TBDpublic void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListUsersRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.public String toString()
toString in class ObjectObject.toString()public ListUsersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.