@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)
Marshalls this structured data using the given
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 ObjectObject.toString()public GaugeChartArcConditionalFormatting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.