@Generated(value="software.amazon.awssdk:codegen") public final class ListImageVersionsRequest extends SageMakerRequest implements ToCopyableBuilder<ListImageVersionsRequest.Builder,ListImageVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListImageVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListImageVersionsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only versions created on or after the specified time.
|
Instant |
creationTimeBefore()
A filter that returns only versions 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() |
String |
imageName()
The name of the image to list the versions of.
|
Instant |
lastModifiedTimeAfter()
A filter that returns only versions modified on or after the specified time.
|
Instant |
lastModifiedTimeBefore()
A filter that returns only versions modified on or before the specified time.
|
Integer |
maxResults()
The maximum number of versions to return in the response.
|
String |
nextToken()
If the previous call to
ListImageVersions didn't return the full set of versions, the call returns a
token for getting the next set of versions. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListImageVersionsRequest.Builder> |
serializableBuilderClass() |
ImageVersionSortBy |
sortBy()
The property used to sort results.
|
String |
sortByAsString()
The property used to sort results.
|
ImageVersionSortOrder |
sortOrder()
The sort order.
|
String |
sortOrderAsString()
The sort order.
|
ListImageVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTimeAfter()
A filter that returns only versions created on or after the specified time.
public final Instant creationTimeBefore()
A filter that returns only versions created on or before the specified time.
public final String imageName()
The name of the image to list the versions of.
public final Instant lastModifiedTimeAfter()
A filter that returns only versions modified on or after the specified time.
public final Instant lastModifiedTimeBefore()
A filter that returns only versions modified on or before the specified time.
public final Integer maxResults()
The maximum number of versions to return in the response. The default value is 10.
public final String nextToken()
If the previous call to ListImageVersions didn't return the full set of versions, the call returns a
token for getting the next set of versions.
ListImageVersions didn't return the full set of versions, the call
returns a token for getting the next set of versions.public final ImageVersionSortBy 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 ImageVersionSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
CREATION_TIME.ImageVersionSortBypublic final 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 ImageVersionSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
CREATION_TIME.ImageVersionSortBypublic final ImageVersionSortOrder 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 ImageVersionSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortOrderAsString().
DESCENDING.ImageVersionSortOrderpublic 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 ImageVersionSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortOrderAsString().
DESCENDING.ImageVersionSortOrderpublic ListImageVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListImageVersionsRequest.Builder,ListImageVersionsRequest>toBuilder in class SageMakerRequestpublic static ListImageVersionsRequest.Builder builder()
public static Class<? extends ListImageVersionsRequest.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 © 2023. All rights reserved.