@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConditionalFormattingSolidColor extends Object implements Serializable, Cloneable, StructuredPojo
Formatting configuration for solid color.
| Constructor and Description |
|---|
ConditionalFormattingSolidColor() |
| Modifier and Type | Method and Description |
|---|---|
ConditionalFormattingSolidColor |
clone() |
boolean |
equals(Object obj) |
String |
getColor()
Determines the color.
|
String |
getExpression()
The expression that determines the formatting configuration for solid color.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setColor(String color)
Determines the color.
|
void |
setExpression(String expression)
The expression that determines the formatting configuration for solid color.
|
String |
toString()
Returns a string representation of this object.
|
ConditionalFormattingSolidColor |
withColor(String color)
Determines the color.
|
ConditionalFormattingSolidColor |
withExpression(String expression)
The expression that determines the formatting configuration for solid color.
|
public void setExpression(String expression)
The expression that determines the formatting configuration for solid color.
expression - The expression that determines the formatting configuration for solid color.public String getExpression()
The expression that determines the formatting configuration for solid color.
public ConditionalFormattingSolidColor withExpression(String expression)
The expression that determines the formatting configuration for solid color.
expression - The expression that determines the formatting configuration for solid color.public void setColor(String color)
Determines the color.
color - Determines the color.public String getColor()
Determines the color.
public ConditionalFormattingSolidColor withColor(String color)
Determines the color.
color - Determines the color.public String toString()
toString in class ObjectObject.toString()public ConditionalFormattingSolidColor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.