@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CellInput extends Object implements Serializable, Cloneable, StructuredPojo
CellInput object contains the data needed to create or update cells in a table.
| Constructor and Description | 
|---|
| CellInput() | 
| Modifier and Type | Method and Description | 
|---|---|
| CellInput | clone() | 
| boolean | equals(Object obj) | 
| String | getFact()
 Fact represents the data that is entered into a cell. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFact(String fact)
 Fact represents the data that is entered into a cell. | 
| String | toString()Returns a string representation of this object. | 
| CellInput | withFact(String fact)
 Fact represents the data that is entered into a cell. | 
public void setFact(String fact)
Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need to start with the equals (=) sign.
fact - Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas
        need to start with the equals (=) sign.public String getFact()
Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need to start with the equals (=) sign.
public CellInput withFact(String fact)
Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need to start with the equals (=) sign.
fact - Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas
        need to start with the equals (=) sign.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.