@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SNOMEDCTConcept extends Object implements Serializable, Cloneable, StructuredPojo
The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.
Constructor and Description |
---|
SNOMEDCTConcept() |
Modifier and Type | Method and Description |
---|---|
SNOMEDCTConcept |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The numeric ID for the SNOMED-CT concept.
|
String |
getDescription()
The description of the SNOMED-CT concept.
|
Float |
getScore()
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified
SNOMED-CT concept.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
The numeric ID for the SNOMED-CT concept.
|
void |
setDescription(String description)
The description of the SNOMED-CT concept.
|
void |
setScore(Float score)
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified
SNOMED-CT concept.
|
String |
toString()
Returns a string representation of this object.
|
SNOMEDCTConcept |
withCode(String code)
The numeric ID for the SNOMED-CT concept.
|
SNOMEDCTConcept |
withDescription(String description)
The description of the SNOMED-CT concept.
|
SNOMEDCTConcept |
withScore(Float score)
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified
SNOMED-CT concept.
|
public void setDescription(String description)
The description of the SNOMED-CT concept.
description
- The description of the SNOMED-CT concept.public String getDescription()
The description of the SNOMED-CT concept.
public SNOMEDCTConcept withDescription(String description)
The description of the SNOMED-CT concept.
description
- The description of the SNOMED-CT concept.public void setCode(String code)
The numeric ID for the SNOMED-CT concept.
code
- The numeric ID for the SNOMED-CT concept.public String getCode()
The numeric ID for the SNOMED-CT concept.
public SNOMEDCTConcept withCode(String code)
The numeric ID for the SNOMED-CT concept.
code
- The numeric ID for the SNOMED-CT concept.public void setScore(Float score)
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
score
- The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified
SNOMED-CT concept.public Float getScore()
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
public SNOMEDCTConcept withScore(Float score)
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
score
- The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified
SNOMED-CT concept.public String toString()
toString
in class Object
Object.toString()
public SNOMEDCTConcept clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.