Class ImageTagDetail
- java.lang.Object
-
- software.amazon.awssdk.services.ecrpublic.model.ImageTagDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImageTagDetail.Builder,ImageTagDetail>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImageTagDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImageTagDetail.Builderbuilder()InstantcreatedAt()The time stamp that indicates when the image tag was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ReferencedImageDetailimageDetail()An object that describes the details of an image.StringimageTag()The tag that's associated with the image.List<SdkField<?>>sdkFields()static Class<? extends ImageTagDetail.Builder>serializableBuilderClass()ImageTagDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
imageTag
public final String imageTag()
The tag that's associated with the image.
- Returns:
- The tag that's associated with the image.
-
createdAt
public final Instant createdAt()
The time stamp that indicates when the image tag was created.
- Returns:
- The time stamp that indicates when the image tag was created.
-
imageDetail
public final ReferencedImageDetail imageDetail()
An object that describes the details of an image.
- Returns:
- An object that describes the details of an image.
-
toBuilder
public ImageTagDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImageTagDetail.Builder,ImageTagDetail>
-
builder
public static ImageTagDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImageTagDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-