@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListUserProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
ListUserProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a response.
|
String |
getNextToken()
The continuation token for the next set of results, if the results cannot be returned in one response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a response.
|
void |
setNextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListUserProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a response.
|
ListUserProfilesRequest |
withNextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
|
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 setNextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
nextToken
- The continuation token for the next set of results, if the results cannot be returned in one response.public String getNextToken()
The continuation token for the next set of results, if the results cannot be returned in one response.
public ListUserProfilesRequest withNextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
nextToken
- The continuation token for the next set of results, if the results cannot be returned in one response.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a response.
maxResults
- The maximum number of results to return in a response.public Integer getMaxResults()
The maximum number of results to return in a response.
public ListUserProfilesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a response.
maxResults
- The maximum number of results to return in a response.public String toString()
toString
in class Object
Object.toString()
public ListUserProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.