@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) |
String |
getDomainIdEquals()
A parameter by which to filter the results.
|
Integer |
getMaxResults()
Returns a list up to a specified limit.
|
String |
getNextToken()
If the previous response was truncated, you will receive this token.
|
String |
getSortBy()
The parameter by which to sort the results.
|
String |
getSortOrder()
The sort order for the results.
|
String |
getUserProfileNameContains()
A parameter by which to filter the results.
|
int |
hashCode() |
void |
setDomainIdEquals(String domainIdEquals)
A parameter by which to filter the results.
|
void |
setMaxResults(Integer maxResults)
Returns a list up to a specified limit.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
void |
setSortBy(String sortBy)
The parameter by which to sort the results.
|
void |
setSortOrder(String sortOrder)
The sort order for the results.
|
void |
setUserProfileNameContains(String userProfileNameContains)
A parameter by which to filter the results.
|
String |
toString()
Returns a string representation of this object.
|
ListUserProfilesRequest |
withDomainIdEquals(String domainIdEquals)
A parameter by which to filter the results.
|
ListUserProfilesRequest |
withMaxResults(Integer maxResults)
Returns a list up to a specified limit.
|
ListUserProfilesRequest |
withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListUserProfilesRequest |
withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListUserProfilesRequest |
withSortBy(UserProfileSortKey sortBy)
The parameter by which to sort the results.
|
ListUserProfilesRequest |
withSortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListUserProfilesRequest |
withSortOrder(String sortOrder)
The sort order for the results.
|
ListUserProfilesRequest |
withUserProfileNameContains(String userProfileNameContains)
A parameter by which to filter the results.
|
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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.public String getNextToken()
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
public ListUserProfilesRequest withNextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.public void setMaxResults(Integer maxResults)
Returns a list up to a specified limit.
maxResults - Returns a list up to a specified limit.public Integer getMaxResults()
Returns a list up to a specified limit.
public ListUserProfilesRequest withMaxResults(Integer maxResults)
Returns a list up to a specified limit.
maxResults - Returns a list up to a specified limit.public void setSortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
sortOrder - The sort order for the results. The default is Ascending.SortOrderpublic String getSortOrder()
The sort order for the results. The default is Ascending.
SortOrderpublic ListUserProfilesRequest withSortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
sortOrder - The sort order for the results. The default is Ascending.SortOrderpublic ListUserProfilesRequest withSortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending.
sortOrder - The sort order for the results. The default is Ascending.SortOrderpublic void setSortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.UserProfileSortKeypublic String getSortBy()
The parameter by which to sort the results. The default is CreationTime.
UserProfileSortKeypublic ListUserProfilesRequest withSortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.UserProfileSortKeypublic ListUserProfilesRequest withSortBy(UserProfileSortKey sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.UserProfileSortKeypublic void setDomainIdEquals(String domainIdEquals)
A parameter by which to filter the results.
domainIdEquals - A parameter by which to filter the results.public String getDomainIdEquals()
A parameter by which to filter the results.
public ListUserProfilesRequest withDomainIdEquals(String domainIdEquals)
A parameter by which to filter the results.
domainIdEquals - A parameter by which to filter the results.public void setUserProfileNameContains(String userProfileNameContains)
A parameter by which to filter the results.
userProfileNameContains - A parameter by which to filter the results.public String getUserProfileNameContains()
A parameter by which to filter the results.
public ListUserProfilesRequest withUserProfileNameContains(String userProfileNameContains)
A parameter by which to filter the results.
userProfileNameContains - A parameter by which to filter the results.public String toString()
toString in class ObjectObject.toString()public ListUserProfilesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()