@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KPIProgressBarConditionalFormatting extends Object implements Serializable, Cloneable, StructuredPojo
The conditional formatting for the progress bar of a KPI visual.
Constructor and Description |
---|
KPIProgressBarConditionalFormatting() |
Modifier and Type | Method and Description |
---|---|
KPIProgressBarConditionalFormatting |
clone() |
boolean |
equals(Object obj) |
ConditionalFormattingColor |
getForegroundColor()
The conditional formatting of the progress bar's foreground color.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setForegroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the progress bar's foreground color.
|
String |
toString()
Returns a string representation of this object.
|
KPIProgressBarConditionalFormatting |
withForegroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the progress bar's foreground color.
|
public void setForegroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the progress bar's foreground color.
foregroundColor
- The conditional formatting of the progress bar's foreground color.public ConditionalFormattingColor getForegroundColor()
The conditional formatting of the progress bar's foreground color.
public KPIProgressBarConditionalFormatting withForegroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the progress bar's foreground color.
foregroundColor
- The conditional formatting of the progress bar's foreground color.public String toString()
toString
in class Object
Object.toString()
public KPIProgressBarConditionalFormatting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.