@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnmappedAttribute extends Object implements Serializable, Cloneable, StructuredPojo
An attribute that was extracted, but Amazon Comprehend Medical was unable to relate to an entity.
| Constructor and Description |
|---|
UnmappedAttribute() |
| Modifier and Type | Method and Description |
|---|---|
UnmappedAttribute |
clone() |
boolean |
equals(Object obj) |
Attribute |
getAttribute()
The specific attribute that has been extracted but not mapped to an entity.
|
String |
getType()
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
void |
setType(String type)
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
String |
toString()
Returns a string representation of this object.
|
UnmappedAttribute |
withAttribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
|
UnmappedAttribute |
withType(EntityType type)
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
UnmappedAttribute |
withType(String type)
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION",
"ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
public void setType(String type)
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
type - The type of the unmapped attribute, could be one of the following values: "MEDICATION",
"MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".EntityTypepublic String getType()
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
EntityTypepublic UnmappedAttribute withType(String type)
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
type - The type of the unmapped attribute, could be one of the following values: "MEDICATION",
"MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".EntityTypepublic UnmappedAttribute withType(EntityType type)
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
type - The type of the unmapped attribute, could be one of the following values: "MEDICATION",
"MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".EntityTypepublic void setAttribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
attribute - The specific attribute that has been extracted but not mapped to an entity.public Attribute getAttribute()
The specific attribute that has been extracted but not mapped to an entity.
public UnmappedAttribute withAttribute(Attribute attribute)
The specific attribute that has been extracted but not mapped to an entity.
attribute - The specific attribute that has been extracted but not mapped to an entity.public String toString()
toString in class ObjectObject.toString()public UnmappedAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.