@Generated(value="software.amazon.awssdk:codegen") public final class ImageTagDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageTagDetail.Builder,ImageTagDetail>
An object that represents the image tag details for an image.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageTagDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImageTagDetail.Builder |
builder() |
Instant |
createdAt()
The time stamp that indicates when the image tag was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReferencedImageDetail |
imageDetail()
An object that describes the details of an image.
|
String |
imageTag()
The tag that's associated with the image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImageTagDetail.Builder> |
serializableBuilderClass() |
ImageTagDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageTag()
The tag that's associated with the image.
public final Instant createdAt()
The time stamp that indicates when the image tag was created.
public final ReferencedImageDetail imageDetail()
An object that describes the details of an image.
public ImageTagDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImageTagDetail.Builder,ImageTagDetail>public static ImageTagDetail.Builder builder()
public static Class<? extends ImageTagDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.