@Generated(value="software.amazon.awssdk:codegen") public final class UnmappedAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnmappedAttribute.Builder,UnmappedAttribute>
An attribute that we extracted, but were unable to relate to an entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnmappedAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
attribute()
The specific attribute that has been extracted but not mapped to an entity.
|
static UnmappedAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnmappedAttribute.Builder> |
serializableBuilderClass() |
UnmappedAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
EntityType |
type()
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY",
"TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
String |
typeAsString()
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY",
"TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic EntityType type()
The type of the 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, type will return
EntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
EntityTypepublic String typeAsString()
The type of the 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, type will return
EntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
EntityTypepublic Attribute attribute()
The specific attribute that has been extracted but not mapped to an entity.
public UnmappedAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnmappedAttribute.Builder,UnmappedAttribute>public static UnmappedAttribute.Builder builder()
public static Class<? extends UnmappedAttribute.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.