Class UnmappedAttribute
- java.lang.Object
-
- software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnmappedAttribute.Builder,UnmappedAttribute>
@Generated("software.amazon.awssdk:codegen") public final class UnmappedAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnmappedAttribute.Builder,UnmappedAttribute>
An attribute that was extracted, but Amazon Comprehend Medical was unable to relate to an entity.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnmappedAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributeattribute()The specific attribute that has been extracted but not mapped to an entity.static UnmappedAttribute.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UnmappedAttribute.Builder>serializableBuilderClass()UnmappedAttribute.BuildertoBuilder()StringtoString()Returns a string representation of this object.EntityTypetype()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".StringtypeAsString()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".-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final 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".
If the service returns an enum value that is not available in the current SDK version,
typewill returnEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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".
- See Also:
EntityType
-
typeAsString
public final String typeAsString()
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".
If the service returns an enum value that is not available in the current SDK version,
typewill returnEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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".
- See Also:
EntityType
-
attribute
public final Attribute attribute()
The specific attribute that has been extracted but not mapped to an entity.
- Returns:
- The specific attribute that has been extracted but not mapped to an entity.
-
toBuilder
public UnmappedAttribute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnmappedAttribute.Builder,UnmappedAttribute>
-
builder
public static UnmappedAttribute.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnmappedAttribute.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-