@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 String registryId()
The AWS account ID associated with the registry containing the image.
public String repositoryName()
The name of the repository associated with the image.
public ImageIdentifier imageId()
An object containing the image tag and image digest associated with an image.
public String imageManifest()
The image manifest associated with the image.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.