@Generated(value="software.amazon.awssdk:codegen") public final class ListAppsRequest extends SageMakerRequest implements ToCopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAppsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAppsRequest.Builder |
builder() |
String |
domainIdEquals()
A parameter to search for the domain ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Returns a list up to a specified limit.
|
String |
nextToken()
If the previous response was truncated, you will receive this token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAppsRequest.Builder> |
serializableBuilderClass() |
AppSortKey |
sortBy()
The parameter by which to sort the results.
|
String |
sortByAsString()
The parameter by which to sort the results.
|
SortOrder |
sortOrder()
The sort order for the results.
|
String |
sortOrderAsString()
The sort order for the results.
|
String |
spaceNameEquals()
A parameter to search by space name.
|
ListAppsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userProfileNameEquals()
A parameter to search by user profile name.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final Integer maxResults()
Returns a list up to a specified limit.
public final SortOrder sortOrder()
The sort order for the results. The default is Ascending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The sort order for the results. The default is Ascending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final AppSortKey sortBy()
The parameter by which to sort the results. The default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return AppSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
AppSortKeypublic final String sortByAsString()
The parameter by which to sort the results. The default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return AppSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
AppSortKeypublic final String domainIdEquals()
A parameter to search for the domain ID.
public final String userProfileNameEquals()
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 final String spaceNameEquals()
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>toBuilder in class SageMakerRequestpublic static ListAppsRequest.Builder builder()
public static Class<? extends ListAppsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.