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