@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageSetsMetadataSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the image set metadata.
| Constructor and Description |
|---|
ImageSetsMetadataSummary() |
| Modifier and Type | Method and Description |
|---|---|
ImageSetsMetadataSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time an image set is created in AWS HealthImaging.
|
DICOMTags |
getDICOMTags()
The DICOM tags associated with the image set.
|
String |
getImageSetId()
The image set identifier.
|
Date |
getUpdatedAt()
The time when an image was last updated in AWS HealthImaging.
|
Integer |
getVersion()
The image set version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(Date createdAt)
The time an image set is created in AWS HealthImaging.
|
void |
setDICOMTags(DICOMTags dICOMTags)
The DICOM tags associated with the image set.
|
void |
setImageSetId(String imageSetId)
The image set identifier.
|
void |
setUpdatedAt(Date updatedAt)
The time when an image was last updated in AWS HealthImaging.
|
void |
setVersion(Integer version)
The image set version.
|
String |
toString()
Returns a string representation of this object.
|
ImageSetsMetadataSummary |
withCreatedAt(Date createdAt)
The time an image set is created in AWS HealthImaging.
|
ImageSetsMetadataSummary |
withDICOMTags(DICOMTags dICOMTags)
The DICOM tags associated with the image set.
|
ImageSetsMetadataSummary |
withImageSetId(String imageSetId)
The image set identifier.
|
ImageSetsMetadataSummary |
withUpdatedAt(Date updatedAt)
The time when an image was last updated in AWS HealthImaging.
|
ImageSetsMetadataSummary |
withVersion(Integer version)
The image set version.
|
public void setImageSetId(String imageSetId)
The image set identifier.
imageSetId - The image set identifier.public String getImageSetId()
The image set identifier.
public ImageSetsMetadataSummary withImageSetId(String imageSetId)
The image set identifier.
imageSetId - The image set identifier.public void setVersion(Integer version)
The image set version.
version - The image set version.public Integer getVersion()
The image set version.
public ImageSetsMetadataSummary withVersion(Integer version)
The image set version.
version - The image set version.public void setCreatedAt(Date createdAt)
The time an image set is created in AWS HealthImaging. Sample creation date is provided in
1985-04-12T23:20:50.52Z format.
createdAt - The time an image set is created in AWS HealthImaging. Sample creation date is provided in
1985-04-12T23:20:50.52Z format.public Date getCreatedAt()
The time an image set is created in AWS HealthImaging. Sample creation date is provided in
1985-04-12T23:20:50.52Z format.
1985-04-12T23:20:50.52Z format.public ImageSetsMetadataSummary withCreatedAt(Date createdAt)
The time an image set is created in AWS HealthImaging. Sample creation date is provided in
1985-04-12T23:20:50.52Z format.
createdAt - The time an image set is created in AWS HealthImaging. Sample creation date is provided in
1985-04-12T23:20:50.52Z format.public void setUpdatedAt(Date updatedAt)
The time when an image was last updated in AWS HealthImaging.
updatedAt - The time when an image was last updated in AWS HealthImaging.public Date getUpdatedAt()
The time when an image was last updated in AWS HealthImaging.
public ImageSetsMetadataSummary withUpdatedAt(Date updatedAt)
The time when an image was last updated in AWS HealthImaging.
updatedAt - The time when an image was last updated in AWS HealthImaging.public void setDICOMTags(DICOMTags dICOMTags)
The DICOM tags associated with the image set.
dICOMTags - The DICOM tags associated with the image set.public DICOMTags getDICOMTags()
The DICOM tags associated with the image set.
public ImageSetsMetadataSummary withDICOMTags(DICOMTags dICOMTags)
The DICOM tags associated with the image set.
dICOMTags - The DICOM tags associated with the image set.public String toString()
toString in class ObjectObject.toString()public ImageSetsMetadataSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.