@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdEquals()
A parameter to search for the domain ID.
|
Integer |
getMaxResults()
This parameter defines the maximum number of results that can be return in a single 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)
This parameter defines the maximum number of results that can be return in a single 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)
This parameter defines the maximum number of results that can be return in a single 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, 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)
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)
This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available than the
value specified, a NextToken
is provided in the response. The NextToken
indicates that
the user should get the next set of results by providing this token as a part of a subsequent call. The default
value for MaxResults
is 10.
maxResults
- This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available
than the value specified, a NextToken
is provided in the response. The NextToken
indicates that the user should get the next set of results by providing this token as a part of a
subsequent call. The default value for MaxResults
is 10.public Integer getMaxResults()
This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available than the
value specified, a NextToken
is provided in the response. The NextToken
indicates that
the user should get the next set of results by providing this token as a part of a subsequent call. The default
value for MaxResults
is 10.
MaxResults
parameter is an upper bound, not a target. If there are more results available
than the value specified, a NextToken
is provided in the response. The
NextToken
indicates that the user should get the next set of results by providing this token
as a part of a subsequent call. The default value for MaxResults
is 10.public ListAppsRequest withMaxResults(Integer maxResults)
This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available than the
value specified, a NextToken
is provided in the response. The NextToken
indicates that
the user should get the next set of results by providing this token as a part of a subsequent call. The default
value for MaxResults
is 10.
maxResults
- This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available
than the value specified, a NextToken
is provided in the response. The NextToken
indicates that the user should get the next set of results by providing this token as a part of a
subsequent call. The default value for MaxResults
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.SortOrder
public String getSortOrder()
The sort order for the results. The default is Ascending.
SortOrder
public 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.SortOrder
public 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.SortOrder
public 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.AppSortKey
public String getSortBy()
The parameter by which to sort the results. The default is CreationTime.
AppSortKey
public 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.AppSortKey
public 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.AppSortKey
public 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 Object
Object.toString()
public ListAppsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()