@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainIdEquals()
A parameter to search for the domain ID.
|
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 |
getUserProfileNameEquals()
A parameter to search by user profile name.
|
int |
hashCode() |
void |
setDomainIdEquals(String domainIdEquals)
A parameter to search for the domain ID.
|
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 |
setUserProfileNameEquals(String userProfileNameEquals)
A parameter to search by user profile name.
|
String |
toString()
Returns a string representation of this object.
|
ListAppsRequest |
withDomainIdEquals(String domainIdEquals)
A parameter to search for the domain ID.
|
ListAppsRequest |
withMaxResults(Integer maxResults)
Returns a list up to a specified limit.
|
ListAppsRequest |
withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListAppsRequest |
withSortBy(AppSortKey sortBy)
The parameter by which to sort the results.
|
ListAppsRequest |
withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListAppsRequest |
withSortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListAppsRequest |
withSortOrder(String sortOrder)
The sort order for the results.
|
ListAppsRequest |
withUserProfileNameEquals(String userProfileNameEquals)
A parameter to search by user profile name.
|
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 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 ListAppsRequest 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 ListAppsRequest 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 ListAppsRequest 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 ListAppsRequest 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.AppSortKeypublic String getSortBy()
The parameter by which to sort the results. The default is CreationTime.
AppSortKeypublic ListAppsRequest 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.AppSortKeypublic ListAppsRequest withSortBy(AppSortKey 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.AppSortKeypublic void setDomainIdEquals(String domainIdEquals)
A parameter to search for the domain ID.
domainIdEquals - A parameter to search for the domain ID.public String getDomainIdEquals()
A parameter to search for the domain ID.
public ListAppsRequest withDomainIdEquals(String domainIdEquals)
A parameter to search for the domain ID.
domainIdEquals - A parameter to search for the domain ID.public void setUserProfileNameEquals(String userProfileNameEquals)
A parameter to search by user profile name.
userProfileNameEquals - A parameter to search by user profile name.public String getUserProfileNameEquals()
A parameter to search by user profile name.
public ListAppsRequest withUserProfileNameEquals(String userProfileNameEquals)
A parameter to search by user profile name.
userProfileNameEquals - A parameter to search by user profile name.public String toString()
toString in class ObjectObject.toString()public ListAppsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.