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