@Generated(value="software.amazon.awssdk:codegen") public final class ReferencedImageDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferencedImageDetail.Builder,ReferencedImageDetail>
An object that describes the image tag details that are returned by a DescribeImageTags action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReferencedImageDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
artifactMediaType()
The artifact media type of the image.
|
static ReferencedImageDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageDigest()
The
sha256 digest of the image manifest. |
String |
imageManifestMediaType()
The media type of the image manifest.
|
Instant |
imagePushedAt()
The date and time, expressed in standard JavaScript date format, which the current image tag was pushed to the
repository at.
|
Long |
imageSizeInBytes()
The size, in bytes, of the image in the repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReferencedImageDetail.Builder> |
serializableBuilderClass() |
ReferencedImageDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageDigest()
The sha256 digest of the image manifest.
sha256 digest of the image manifest.public final Long imageSizeInBytes()
The size, in bytes, of the image in the repository.
If the image is a manifest list, this is the max size of all manifests in the list.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker
registry. The output of the docker images command shows the uncompressed image size, so it might
return a larger image size than the image sizes that are returned by DescribeImages.
If the image is a manifest list, this is the max size of all manifests in the list.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2
Docker registry. The output of the docker images command shows the uncompressed image size,
so it might return a larger image size than the image sizes that are returned by DescribeImages.
public final Instant imagePushedAt()
The date and time, expressed in standard JavaScript date format, which the current image tag was pushed to the repository at.
public final String imageManifestMediaType()
The media type of the image manifest.
public final String artifactMediaType()
The artifact media type of the image.
public ReferencedImageDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReferencedImageDetail.Builder,ReferencedImageDetail>public static ReferencedImageDetail.Builder builder()
public static Class<? extends ReferencedImageDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.