@Generated(value="software.amazon.awssdk:codegen") public final class ListAppImageConfigsRequest extends SageMakerRequest implements ToCopyableBuilder<ListAppImageConfigsRequest.Builder,ListAppImageConfigsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAppImageConfigsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAppImageConfigsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only AppImageConfigs created on or after the specified time.
|
Instant |
creationTimeBefore()
A filter that returns only AppImageConfigs created on or before the specified time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of AppImageConfigs to return in the response.
|
Instant |
modifiedTimeAfter()
A filter that returns only AppImageConfigs modified on or after the specified time.
|
Instant |
modifiedTimeBefore()
A filter that returns only AppImageConfigs modified on or before the specified time.
|
String |
nameContains()
A filter that returns only AppImageConfigs whose name contains the specified string.
|
String |
nextToken()
If the previous call to
ListImages didn't return the full set of AppImageConfigs, the call returns a
token for getting the next set of AppImageConfigs. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAppImageConfigsRequest.Builder> |
serializableBuilderClass() |
AppImageConfigSortKey |
sortBy()
The property used to sort results.
|
String |
sortByAsString()
The property used to sort results.
|
SortOrder |
sortOrder()
The sort order.
|
String |
sortOrderAsString()
The sort order.
|
ListAppImageConfigsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of AppImageConfigs to return in the response. The default value is 10.
public final String nextToken()
If the previous call to ListImages didn't return the full set of AppImageConfigs, the call returns a
token for getting the next set of AppImageConfigs.
ListImages didn't return the full set of AppImageConfigs, the call
returns a token for getting the next set of AppImageConfigs.public final String nameContains()
A filter that returns only AppImageConfigs whose name contains the specified string.
public final Instant creationTimeBefore()
A filter that returns only AppImageConfigs created on or before the specified time.
public final Instant creationTimeAfter()
A filter that returns only AppImageConfigs created on or after the specified time.
public final Instant modifiedTimeBefore()
A filter that returns only AppImageConfigs modified on or before the specified time.
public final Instant modifiedTimeAfter()
A filter that returns only AppImageConfigs modified on or after the specified time.
public final AppImageConfigSortKey sortBy()
The property used to sort results. The default value is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return AppImageConfigSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
CreationTime.AppImageConfigSortKeypublic final String sortByAsString()
The property used to sort results. The default value is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return AppImageConfigSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
CreationTime.AppImageConfigSortKeypublic final SortOrder sortOrder()
The sort order. The default value is Descending.
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().
Descending.SortOrderpublic final String sortOrderAsString()
The sort order. The default value is Descending.
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().
Descending.SortOrderpublic ListAppImageConfigsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAppImageConfigsRequest.Builder,ListAppImageConfigsRequest>toBuilder in class SageMakerRequestpublic static ListAppImageConfigsRequest.Builder builder()
public static Class<? extends ListAppImageConfigsRequest.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.