@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NormalizedValue extends Object implements Serializable, Cloneable, StructuredPojo
Contains information relating to dates in a document, including the type of value, and the value.
Constructor and Description |
---|
NormalizedValue() |
Modifier and Type | Method and Description |
---|---|
NormalizedValue |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The value of the date, written as Year-Month-DayTHour:Minute:Second.
|
String |
getValueType()
The normalized type of the value detected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setValue(String value)
The value of the date, written as Year-Month-DayTHour:Minute:Second.
|
void |
setValueType(String valueType)
The normalized type of the value detected.
|
String |
toString()
Returns a string representation of this object.
|
NormalizedValue |
withValue(String value)
The value of the date, written as Year-Month-DayTHour:Minute:Second.
|
NormalizedValue |
withValueType(String valueType)
The normalized type of the value detected.
|
NormalizedValue |
withValueType(ValueType valueType)
The normalized type of the value detected.
|
public void setValue(String value)
The value of the date, written as Year-Month-DayTHour:Minute:Second.
value
- The value of the date, written as Year-Month-DayTHour:Minute:Second.public String getValue()
The value of the date, written as Year-Month-DayTHour:Minute:Second.
public NormalizedValue withValue(String value)
The value of the date, written as Year-Month-DayTHour:Minute:Second.
value
- The value of the date, written as Year-Month-DayTHour:Minute:Second.public void setValueType(String valueType)
The normalized type of the value detected. In this case, DATE.
valueType
- The normalized type of the value detected. In this case, DATE.ValueType
public String getValueType()
The normalized type of the value detected. In this case, DATE.
ValueType
public NormalizedValue withValueType(String valueType)
The normalized type of the value detected. In this case, DATE.
valueType
- The normalized type of the value detected. In this case, DATE.ValueType
public NormalizedValue withValueType(ValueType valueType)
The normalized type of the value detected. In this case, DATE.
valueType
- The normalized type of the value detected. In this case, DATE.ValueType
public String toString()
toString
in class Object
Object.toString()
public NormalizedValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.