@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConditionalFormattingCustomIconCondition extends Object implements Serializable, Cloneable, StructuredPojo
Determines the custom condition for an icon set.
Constructor and Description |
---|
ConditionalFormattingCustomIconCondition() |
Modifier and Type | Method and Description |
---|---|
ConditionalFormattingCustomIconCondition |
clone() |
boolean |
equals(Object obj) |
String |
getColor()
Determines the color of the icon.
|
ConditionalFormattingIconDisplayConfiguration |
getDisplayConfiguration()
Determines the icon display configuration.
|
String |
getExpression()
The expression that determines the condition of the icon set.
|
ConditionalFormattingCustomIconOptions |
getIconOptions()
Custom icon options for an icon set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColor(String color)
Determines the color of the icon.
|
void |
setDisplayConfiguration(ConditionalFormattingIconDisplayConfiguration displayConfiguration)
Determines the icon display configuration.
|
void |
setExpression(String expression)
The expression that determines the condition of the icon set.
|
void |
setIconOptions(ConditionalFormattingCustomIconOptions iconOptions)
Custom icon options for an icon set.
|
String |
toString()
Returns a string representation of this object.
|
ConditionalFormattingCustomIconCondition |
withColor(String color)
Determines the color of the icon.
|
ConditionalFormattingCustomIconCondition |
withDisplayConfiguration(ConditionalFormattingIconDisplayConfiguration displayConfiguration)
Determines the icon display configuration.
|
ConditionalFormattingCustomIconCondition |
withExpression(String expression)
The expression that determines the condition of the icon set.
|
ConditionalFormattingCustomIconCondition |
withIconOptions(ConditionalFormattingCustomIconOptions iconOptions)
Custom icon options for an icon set.
|
public ConditionalFormattingCustomIconCondition()
public void setExpression(String expression)
The expression that determines the condition of the icon set.
expression
- The expression that determines the condition of the icon set.public String getExpression()
The expression that determines the condition of the icon set.
public ConditionalFormattingCustomIconCondition withExpression(String expression)
The expression that determines the condition of the icon set.
expression
- The expression that determines the condition of the icon set.public void setIconOptions(ConditionalFormattingCustomIconOptions iconOptions)
Custom icon options for an icon set.
iconOptions
- Custom icon options for an icon set.public ConditionalFormattingCustomIconOptions getIconOptions()
Custom icon options for an icon set.
public ConditionalFormattingCustomIconCondition withIconOptions(ConditionalFormattingCustomIconOptions iconOptions)
Custom icon options for an icon set.
iconOptions
- Custom icon options for an icon set.public void setColor(String color)
Determines the color of the icon.
color
- Determines the color of the icon.public String getColor()
Determines the color of the icon.
public ConditionalFormattingCustomIconCondition withColor(String color)
Determines the color of the icon.
color
- Determines the color of the icon.public void setDisplayConfiguration(ConditionalFormattingIconDisplayConfiguration displayConfiguration)
Determines the icon display configuration.
displayConfiguration
- Determines the icon display configuration.public ConditionalFormattingIconDisplayConfiguration getDisplayConfiguration()
Determines the icon display configuration.
public ConditionalFormattingCustomIconCondition withDisplayConfiguration(ConditionalFormattingIconDisplayConfiguration displayConfiguration)
Determines the icon display configuration.
displayConfiguration
- Determines the icon display configuration.public String toString()
toString
in class Object
Object.toString()
public ConditionalFormattingCustomIconCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.