@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableRowConditionalFormatting extends Object implements Serializable, Cloneable, StructuredPojo
The conditional formatting of a table row.
Constructor and Description |
---|
TableRowConditionalFormatting() |
Modifier and Type | Method and Description |
---|---|
TableRowConditionalFormatting |
clone() |
boolean |
equals(Object obj) |
ConditionalFormattingColor |
getBackgroundColor()
The conditional formatting color (solid, gradient) of the background for a table row.
|
ConditionalFormattingColor |
getTextColor()
The conditional formatting color (solid, gradient) of the text for a table row.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
|
void |
setTextColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
|
String |
toString()
Returns a string representation of this object.
|
TableRowConditionalFormatting |
withBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
|
TableRowConditionalFormatting |
withTextColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
|
public void setBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
backgroundColor
- The conditional formatting color (solid, gradient) of the background for a table row.public ConditionalFormattingColor getBackgroundColor()
The conditional formatting color (solid, gradient) of the background for a table row.
public TableRowConditionalFormatting withBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
backgroundColor
- The conditional formatting color (solid, gradient) of the background for a table row.public void setTextColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
textColor
- The conditional formatting color (solid, gradient) of the text for a table row.public ConditionalFormattingColor getTextColor()
The conditional formatting color (solid, gradient) of the text for a table row.
public TableRowConditionalFormatting withTextColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
textColor
- The conditional formatting color (solid, gradient) of the text for a table row.public String toString()
toString
in class Object
Object.toString()
public TableRowConditionalFormatting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.