@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetadataUpdates extends Object implements Serializable, Cloneable, StructuredPojo
Contains DICOMUpdates.
| Constructor and Description |
|---|
MetadataUpdates() |
| Modifier and Type | Method and Description |
|---|---|
MetadataUpdates |
clone() |
boolean |
equals(Object obj) |
DICOMUpdates |
getDICOMUpdates()
The object containing
removableAttributes and updatableAttributes. |
String |
getRevertToVersionId()
Specifies the previous image set version ID to revert the current image set back to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDICOMUpdates(DICOMUpdates dICOMUpdates)
The object containing
removableAttributes and updatableAttributes. |
void |
setRevertToVersionId(String revertToVersionId)
Specifies the previous image set version ID to revert the current image set back to.
|
String |
toString()
Returns a string representation of this object.
|
MetadataUpdates |
withDICOMUpdates(DICOMUpdates dICOMUpdates)
The object containing
removableAttributes and updatableAttributes. |
MetadataUpdates |
withRevertToVersionId(String revertToVersionId)
Specifies the previous image set version ID to revert the current image set back to.
|
public void setDICOMUpdates(DICOMUpdates dICOMUpdates)
The object containing removableAttributes and updatableAttributes.
dICOMUpdates - The object containing removableAttributes and updatableAttributes.public DICOMUpdates getDICOMUpdates()
The object containing removableAttributes and updatableAttributes.
removableAttributes and updatableAttributes.public MetadataUpdates withDICOMUpdates(DICOMUpdates dICOMUpdates)
The object containing removableAttributes and updatableAttributes.
dICOMUpdates - The object containing removableAttributes and updatableAttributes.public void setRevertToVersionId(String revertToVersionId)
Specifies the previous image set version ID to revert the current image set back to.
You must provide either revertToVersionId or DICOMUpdates in your request. A
ValidationException error is thrown if both parameters are provided at the same time.
revertToVersionId - Specifies the previous image set version ID to revert the current image set back to.
You must provide either revertToVersionId or DICOMUpdates in your request. A
ValidationException error is thrown if both parameters are provided at the same time.
public String getRevertToVersionId()
Specifies the previous image set version ID to revert the current image set back to.
You must provide either revertToVersionId or DICOMUpdates in your request. A
ValidationException error is thrown if both parameters are provided at the same time.
You must provide either revertToVersionId or DICOMUpdates in your request. A
ValidationException error is thrown if both parameters are provided at the same time.
public MetadataUpdates withRevertToVersionId(String revertToVersionId)
Specifies the previous image set version ID to revert the current image set back to.
You must provide either revertToVersionId or DICOMUpdates in your request. A
ValidationException error is thrown if both parameters are provided at the same time.
revertToVersionId - Specifies the previous image set version ID to revert the current image set back to.
You must provide either revertToVersionId or DICOMUpdates in your request. A
ValidationException error is thrown if both parameters are provided at the same time.
public String toString()
toString in class ObjectObject.toString()public MetadataUpdates clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.