@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()
The total number of items to return in the response.
|
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 |
getSpaceNameEquals()
A parameter to search by space name.
|
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)
The total number of items to return in the response.
|
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 |
setSpaceNameEquals(String spaceNameEquals)
A parameter to search by space name.
|
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)
The total number of items to return in the response.
|
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 |
withSpaceNameEquals(String spaceNameEquals)
A parameter to search by space name.
|
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)
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
maxResults - The total number of items to return in the response. If the total number of items available is more than
the value specified, a NextToken is provided in the response. To resume pagination, provide
the NextToken value in the as part of a subsequent call. The default value is 10.public Integer getMaxResults()
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
NextToken is provided in the response. To resume pagination, provide
the NextToken value in the as part of a subsequent call. The default value is 10.public ListAppsRequest withMaxResults(Integer maxResults)
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
maxResults - The total number of items to return in the response. If the total number of items available is more than
the value specified, a NextToken is provided in the response. To resume pagination, provide
the NextToken value in the as part of a subsequent call. The default value is 10.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. If SpaceNameEquals is set, then this value cannot be
set.
userProfileNameEquals - A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot
be set.public String getUserProfileNameEquals()
A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot be
set.
SpaceNameEquals is set, then this value
cannot be set.public ListAppsRequest withUserProfileNameEquals(String userProfileNameEquals)
A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot be
set.
userProfileNameEquals - A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot
be set.public void setSpaceNameEquals(String spaceNameEquals)
A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.
spaceNameEquals - A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot
be set.public String getSpaceNameEquals()
A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.
UserProfileNameEquals is set, then this value cannot
be set.public ListAppsRequest withSpaceNameEquals(String spaceNameEquals)
A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.
spaceNameEquals - A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot
be set.public String toString()
toString in class ObjectObject.toString()public ListAppsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.