@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) |
<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 |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 Image.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Image.Builder,Image>
public static Image.Builder builder()
public static Class<? extends Image.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.