@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SNOMEDCTDetails extends Object implements Serializable, Cloneable, StructuredPojo
The information about the revision of the SNOMED-CT ontology in the response. Specifically, the details include the SNOMED-CT edition, language, and version date.
Constructor and Description |
---|
SNOMEDCTDetails() |
Modifier and Type | Method and Description |
---|---|
SNOMEDCTDetails |
clone() |
boolean |
equals(Object obj) |
String |
getEdition()
The edition of SNOMED-CT used.
|
String |
getLanguage()
The language used in the SNOMED-CT ontology.
|
String |
getVersionDate()
The version date of the SNOMED-CT ontology used.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEdition(String edition)
The edition of SNOMED-CT used.
|
void |
setLanguage(String language)
The language used in the SNOMED-CT ontology.
|
void |
setVersionDate(String versionDate)
The version date of the SNOMED-CT ontology used.
|
String |
toString()
Returns a string representation of this object.
|
SNOMEDCTDetails |
withEdition(String edition)
The edition of SNOMED-CT used.
|
SNOMEDCTDetails |
withLanguage(String language)
The language used in the SNOMED-CT ontology.
|
SNOMEDCTDetails |
withVersionDate(String versionDate)
The version date of the SNOMED-CT ontology used.
|
public void setEdition(String edition)
The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.
edition
- The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.public String getEdition()
The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.
public SNOMEDCTDetails withEdition(String edition)
The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.
edition
- The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.public void setLanguage(String language)
The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).
language
- The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).public String getLanguage()
The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).
public SNOMEDCTDetails withLanguage(String language)
The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).
language
- The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).public void setVersionDate(String versionDate)
The version date of the SNOMED-CT ontology used.
versionDate
- The version date of the SNOMED-CT ontology used.public String getVersionDate()
The version date of the SNOMED-CT ontology used.
public SNOMEDCTDetails withVersionDate(String versionDate)
The version date of the SNOMED-CT ontology used.
versionDate
- The version date of the SNOMED-CT ontology used.public String toString()
toString
in class Object
Object.toString()
public SNOMEDCTDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.