@Generated(value="software.amazon.awssdk:codegen") public final class Image extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Image.Builder,Image>
An object representing an Amazon ECR image.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Image.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Image.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImageIdentifier |
imageId()
An object containing the image tag and image digest associated with an image.
|
String |
imageManifest()
The image manifest associated with the image.
|
String |
imageManifestMediaType()
The manifest media type of the image.
|
String |
registryId()
The AWS account ID associated with the registry containing the image.
|
String |
repositoryName()
The name of the repository associated with the image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Image.Builder> |
serializableBuilderClass() |
Image.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryId()
The AWS account ID associated with the registry containing the image.
public final String repositoryName()
The name of the repository associated with the image.
public final ImageIdentifier imageId()
An object containing the image tag and image digest associated with an image.
public final String imageManifest()
The image manifest associated with the image.
public final String imageManifestMediaType()
The manifest media type of the image.
public Image.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Image.Builder,Image>public static Image.Builder builder()
public static Class<? extends Image.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.