@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnmappedAttribute.Builder> |
serializableBuilderClass() |
UnmappedAttribute.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
EntityType |
type()
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY",
"TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_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 "PERSONAL_HEALTH_INFORMATION".
|
copypublic EntityType type()
The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_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 "PERSONAL_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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UnmappedAttribute.Builder,UnmappedAttribute>public static UnmappedAttribute.Builder builder()
public static Class<? extends UnmappedAttribute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.