@Generated(value="software.amazon.awssdk:codegen") public final class NormalizedValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NormalizedValue.Builder,NormalizedValue>
Contains information relating to dates in a document, including the type of value, and the value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NormalizedValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NormalizedValue.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 NormalizedValue.Builder> |
serializableBuilderClass() |
NormalizedValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the date, written as Year-Month-DayTHour:Minute:Second.
|
ValueType |
valueType()
The normalized type of the value detected.
|
String |
valueTypeAsString()
The normalized type of the value detected.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
The value of the date, written as Year-Month-DayTHour:Minute:Second.
public final ValueType valueType()
The normalized type of the value detected. In this case, DATE.
If the service returns an enum value that is not available in the current SDK version, valueType will
return ValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
valueTypeAsString().
ValueTypepublic final String valueTypeAsString()
The normalized type of the value detected. In this case, DATE.
If the service returns an enum value that is not available in the current SDK version, valueType will
return ValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
valueTypeAsString().
ValueTypepublic NormalizedValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NormalizedValue.Builder,NormalizedValue>public static NormalizedValue.Builder builder()
public static Class<? extends NormalizedValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.