@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Overrides extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the overrides used in image set modification calls to CopyImageSet
and
UpdateImageSetMetadata
.
Constructor and Description |
---|
Overrides() |
Modifier and Type | Method and Description |
---|---|
Overrides |
clone() |
boolean |
equals(Object obj) |
Boolean |
getForced()
Setting this flag will force the
CopyImageSet and UpdateImageSetMetadata operations,
even if Patient, Study, or Series level metadata are mismatched. |
int |
hashCode() |
Boolean |
isForced()
Setting this flag will force the
CopyImageSet and UpdateImageSetMetadata operations,
even if Patient, Study, or Series level metadata are mismatched. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setForced(Boolean forced)
Setting this flag will force the
CopyImageSet and UpdateImageSetMetadata operations,
even if Patient, Study, or Series level metadata are mismatched. |
String |
toString()
Returns a string representation of this object.
|
Overrides |
withForced(Boolean forced)
Setting this flag will force the
CopyImageSet and UpdateImageSetMetadata operations,
even if Patient, Study, or Series level metadata are mismatched. |
public void setForced(Boolean forced)
Setting this flag will force the CopyImageSet
and UpdateImageSetMetadata
operations,
even if Patient, Study, or Series level metadata are mismatched.
forced
- Setting this flag will force the CopyImageSet
and UpdateImageSetMetadata
operations, even if Patient, Study, or Series level metadata are mismatched.public Boolean getForced()
Setting this flag will force the CopyImageSet
and UpdateImageSetMetadata
operations,
even if Patient, Study, or Series level metadata are mismatched.
CopyImageSet
and UpdateImageSetMetadata
operations, even if Patient, Study, or Series level metadata are mismatched.public Overrides withForced(Boolean forced)
Setting this flag will force the CopyImageSet
and UpdateImageSetMetadata
operations,
even if Patient, Study, or Series level metadata are mismatched.
forced
- Setting this flag will force the CopyImageSet
and UpdateImageSetMetadata
operations, even if Patient, Study, or Series level metadata are mismatched.public Boolean isForced()
Setting this flag will force the CopyImageSet
and UpdateImageSetMetadata
operations,
even if Patient, Study, or Series level metadata are mismatched.
CopyImageSet
and UpdateImageSetMetadata
operations, even if Patient, Study, or Series level metadata are mismatched.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.