@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataItem extends Object implements Serializable, Cloneable, StructuredPojo
The data in a particular data cell defined on the screen.
| Constructor and Description |
|---|
DataItem() |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
clone() |
boolean |
equals(Object obj) |
String |
getFormattedValue()
The formatted value of the data.
|
String |
getOverrideFormat()
The overrideFormat is optional and is specified only if a particular row of data has a different format for the
data than the default format defined on the screen or the table.
|
String |
getRawValue()
The raw value of the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFormattedValue(String formattedValue)
The formatted value of the data.
|
void |
setOverrideFormat(String overrideFormat)
The overrideFormat is optional and is specified only if a particular row of data has a different format for the
data than the default format defined on the screen or the table.
|
void |
setRawValue(String rawValue)
The raw value of the data.
|
String |
toString()
Returns a string representation of this object.
|
DataItem |
withFormattedValue(String formattedValue)
The formatted value of the data.
|
DataItem |
withOverrideFormat(Format overrideFormat)
The overrideFormat is optional and is specified only if a particular row of data has a different format for the
data than the default format defined on the screen or the table.
|
DataItem |
withOverrideFormat(String overrideFormat)
The overrideFormat is optional and is specified only if a particular row of data has a different format for the
data than the default format defined on the screen or the table.
|
DataItem |
withRawValue(String rawValue)
The raw value of the data.
|
public void setOverrideFormat(String overrideFormat)
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
overrideFormat - The overrideFormat is optional and is specified only if a particular row of data has a different format
for the data than the default format defined on the screen or the table.Formatpublic String getOverrideFormat()
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
Formatpublic DataItem withOverrideFormat(String overrideFormat)
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
overrideFormat - The overrideFormat is optional and is specified only if a particular row of data has a different format
for the data than the default format defined on the screen or the table.Formatpublic DataItem withOverrideFormat(Format overrideFormat)
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
overrideFormat - The overrideFormat is optional and is specified only if a particular row of data has a different format
for the data than the default format defined on the screen or the table.Formatpublic void setRawValue(String rawValue)
The raw value of the data. e.g. [email protected]
rawValue - The raw value of the data. e.g. [email protected]public String getRawValue()
The raw value of the data. e.g. [email protected]
public DataItem withRawValue(String rawValue)
The raw value of the data. e.g. [email protected]
rawValue - The raw value of the data. e.g. [email protected]public void setFormattedValue(String formattedValue)
The formatted value of the data. e.g. John Smith.
formattedValue - The formatted value of the data. e.g. John Smith.public String getFormattedValue()
The formatted value of the data. e.g. John Smith.
public DataItem withFormattedValue(String formattedValue)
The formatted value of the data. e.g. John Smith.
formattedValue - The formatted value of the data. e.g. John Smith.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.