@Generated(value="software.amazon.awssdk:codegen") public final class DescribeImageVersionResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeImageVersionResponse.Builder,DescribeImageVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeImageVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baseImage()
The registry path of the container image on which this image version is based.
|
static DescribeImageVersionResponse.Builder |
builder() |
String |
containerImage()
The registry path of the container image that contains this image version.
|
Instant |
creationTime()
When the version was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
When a create or delete operation fails, the reason for the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageArn()
The Amazon Resource Name (ARN) of the image the version is based on.
|
String |
imageVersionArn()
The ARN of the version.
|
ImageVersionStatus |
imageVersionStatus()
The status of the version.
|
String |
imageVersionStatusAsString()
The status of the version.
|
Instant |
lastModifiedTime()
When the version was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeImageVersionResponse.Builder> |
serializableBuilderClass() |
DescribeImageVersionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The version number.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String baseImage()
The registry path of the container image on which this image version is based.
public String containerImage()
The registry path of the container image that contains this image version.
public Instant creationTime()
When the version was created.
public String failureReason()
When a create or delete operation fails, the reason for the failure.
public String imageArn()
The Amazon Resource Name (ARN) of the image the version is based on.
public String imageVersionArn()
The ARN of the version.
public ImageVersionStatus imageVersionStatus()
The status of the version.
If the service returns an enum value that is not available in the current SDK version,
imageVersionStatus will return ImageVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from imageVersionStatusAsString().
ImageVersionStatuspublic String imageVersionStatusAsString()
The status of the version.
If the service returns an enum value that is not available in the current SDK version,
imageVersionStatus will return ImageVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from imageVersionStatusAsString().
ImageVersionStatuspublic Instant lastModifiedTime()
When the version was last modified.
public Integer version()
The version number.
public DescribeImageVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeImageVersionResponse.Builder,DescribeImageVersionResponse>toBuilder in class AwsResponsepublic static DescribeImageVersionResponse.Builder builder()
public static Class<? extends DescribeImageVersionResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.