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