@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageTagDetail extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the image tag details for an image.
| Constructor and Description |
|---|
ImageTagDetail() |
| Modifier and Type | Method and Description |
|---|---|
ImageTagDetail |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time stamp that indicates when the image tag was created.
|
ReferencedImageDetail |
getImageDetail()
An object that describes the details of an image.
|
String |
getImageTag()
The tag that's associated with the image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(Date createdAt)
The time stamp that indicates when the image tag was created.
|
void |
setImageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
|
void |
setImageTag(String imageTag)
The tag that's associated with the image.
|
String |
toString()
Returns a string representation of this object.
|
ImageTagDetail |
withCreatedAt(Date createdAt)
The time stamp that indicates when the image tag was created.
|
ImageTagDetail |
withImageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
|
ImageTagDetail |
withImageTag(String imageTag)
The tag that's associated with the image.
|
public void setImageTag(String imageTag)
The tag that's associated with the image.
imageTag - The tag that's associated with the image.public String getImageTag()
The tag that's associated with the image.
public ImageTagDetail withImageTag(String imageTag)
The tag that's associated with the image.
imageTag - The tag that's associated with the image.public void setCreatedAt(Date createdAt)
The time stamp that indicates when the image tag was created.
createdAt - The time stamp that indicates when the image tag was created.public Date getCreatedAt()
The time stamp that indicates when the image tag was created.
public ImageTagDetail withCreatedAt(Date createdAt)
The time stamp that indicates when the image tag was created.
createdAt - The time stamp that indicates when the image tag was created.public void setImageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
imageDetail - An object that describes the details of an image.public ReferencedImageDetail getImageDetail()
An object that describes the details of an image.
public ImageTagDetail withImageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
imageDetail - An object that describes the details of an image.public String toString()
toString in class ObjectObject.toString()public ImageTagDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.