@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopySourceImageSetInformation extends Object implements Serializable, Cloneable, StructuredPojo
Copy source image set information.
| Constructor and Description |
|---|
CopySourceImageSetInformation() |
| Modifier and Type | Method and Description |
|---|---|
CopySourceImageSetInformation |
clone() |
boolean |
equals(Object obj) |
MetadataCopies |
getDICOMCopies()
Contains
MetadataCopies structure and wraps information related to specific copy use cases. |
String |
getLatestVersionId()
The latest version identifier for the source image set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDICOMCopies(MetadataCopies dICOMCopies)
Contains
MetadataCopies structure and wraps information related to specific copy use cases. |
void |
setLatestVersionId(String latestVersionId)
The latest version identifier for the source image set.
|
String |
toString()
Returns a string representation of this object.
|
CopySourceImageSetInformation |
withDICOMCopies(MetadataCopies dICOMCopies)
Contains
MetadataCopies structure and wraps information related to specific copy use cases. |
CopySourceImageSetInformation |
withLatestVersionId(String latestVersionId)
The latest version identifier for the source image set.
|
public void setLatestVersionId(String latestVersionId)
The latest version identifier for the source image set.
latestVersionId - The latest version identifier for the source image set.public String getLatestVersionId()
The latest version identifier for the source image set.
public CopySourceImageSetInformation withLatestVersionId(String latestVersionId)
The latest version identifier for the source image set.
latestVersionId - The latest version identifier for the source image set.public void setDICOMCopies(MetadataCopies dICOMCopies)
Contains MetadataCopies structure and wraps information related to specific copy use cases. For
example, when copying subsets.
dICOMCopies - Contains MetadataCopies structure and wraps information related to specific copy use cases.
For example, when copying subsets.public MetadataCopies getDICOMCopies()
Contains MetadataCopies structure and wraps information related to specific copy use cases. For
example, when copying subsets.
MetadataCopies structure and wraps information related to specific copy use cases.
For example, when copying subsets.public CopySourceImageSetInformation withDICOMCopies(MetadataCopies dICOMCopies)
Contains MetadataCopies structure and wraps information related to specific copy use cases. For
example, when copying subsets.
dICOMCopies - Contains MetadataCopies structure and wraps information related to specific copy use cases.
For example, when copying subsets.public String toString()
toString in class ObjectObject.toString()public CopySourceImageSetInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.