@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 Integer maxResults()
The maximum number of AppImageConfigs to return in the response. The default value is 10.
public 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 String nameContains()
A filter that returns only AppImageConfigs whose name contains the specified string.
public Instant creationTimeBefore()
A filter that returns only AppImageConfigs created on or before the specified time.
public Instant creationTimeAfter()
A filter that returns only AppImageConfigs created on or after the specified time.
public Instant modifiedTimeBefore()
A filter that returns only AppImageConfigs modified on or before the specified time.
public Instant modifiedTimeAfter()
A filter that returns only AppImageConfigs modified on or after the specified time.
public 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 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 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.