@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SNOMEDCTTrait extends Object implements Serializable, Cloneable, StructuredPojo
Contextual information for an entity.
| Constructor and Description |
|---|
SNOMEDCTTrait() |
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTTrait |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name or contextual description of a detected trait.
|
Float |
getScore()
The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name or contextual description of a detected trait.
|
void |
setScore(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
|
String |
toString()
Returns a string representation of this object.
|
SNOMEDCTTrait |
withName(SNOMEDCTTraitName name)
The name or contextual description of a detected trait.
|
SNOMEDCTTrait |
withName(String name)
The name or contextual description of a detected trait.
|
SNOMEDCTTrait |
withScore(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
|
public void setName(String name)
The name or contextual description of a detected trait.
name - The name or contextual description of a detected trait.SNOMEDCTTraitNamepublic String getName()
The name or contextual description of a detected trait.
SNOMEDCTTraitNamepublic SNOMEDCTTrait withName(String name)
The name or contextual description of a detected trait.
name - The name or contextual description of a detected trait.SNOMEDCTTraitNamepublic SNOMEDCTTrait withName(SNOMEDCTTraitName name)
The name or contextual description of a detected trait.
name - The name or contextual description of a detected trait.SNOMEDCTTraitNamepublic void setScore(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
score - The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.public Float getScore()
The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
public SNOMEDCTTrait withScore(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
score - The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.public String toString()
toString in class ObjectObject.toString()public SNOMEDCTTrait clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.