@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableCellConditionalFormatting extends Object implements Serializable, Cloneable, StructuredPojo
The cell conditional formatting option for a table.
Constructor and Description |
---|
TableCellConditionalFormatting() |
Modifier and Type | Method and Description |
---|---|
TableCellConditionalFormatting |
clone() |
boolean |
equals(Object obj) |
String |
getFieldId()
The field ID of the cell for conditional formatting.
|
TextConditionalFormat |
getTextFormat()
The text format of the cell for conditional formatting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFieldId(String fieldId)
The field ID of the cell for conditional formatting.
|
void |
setTextFormat(TextConditionalFormat textFormat)
The text format of the cell for conditional formatting.
|
String |
toString()
Returns a string representation of this object.
|
TableCellConditionalFormatting |
withFieldId(String fieldId)
The field ID of the cell for conditional formatting.
|
TableCellConditionalFormatting |
withTextFormat(TextConditionalFormat textFormat)
The text format of the cell for conditional formatting.
|
public void setFieldId(String fieldId)
The field ID of the cell for conditional formatting.
fieldId
- The field ID of the cell for conditional formatting.public String getFieldId()
The field ID of the cell for conditional formatting.
public TableCellConditionalFormatting withFieldId(String fieldId)
The field ID of the cell for conditional formatting.
fieldId
- The field ID of the cell for conditional formatting.public void setTextFormat(TextConditionalFormat textFormat)
The text format of the cell for conditional formatting.
textFormat
- The text format of the cell for conditional formatting.public TextConditionalFormat getTextFormat()
The text format of the cell for conditional formatting.
public TableCellConditionalFormatting withTextFormat(TextConditionalFormat textFormat)
The text format of the cell for conditional formatting.
textFormat
- The text format of the cell for conditional formatting.public String toString()
toString
in class Object
Object.toString()
public TableCellConditionalFormatting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.