@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GaugeChartColorConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The color configuration of a GaugeChartVisual.
| Constructor and Description |
|---|
GaugeChartColorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GaugeChartColorConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBackgroundColor()
The background color configuration of a
GaugeChartVisual. |
String |
getForegroundColor()
The foreground color configuration of a
GaugeChartVisual. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBackgroundColor(String backgroundColor)
The background color configuration of a
GaugeChartVisual. |
void |
setForegroundColor(String foregroundColor)
The foreground color configuration of a
GaugeChartVisual. |
String |
toString()
Returns a string representation of this object.
|
GaugeChartColorConfiguration |
withBackgroundColor(String backgroundColor)
The background color configuration of a
GaugeChartVisual. |
GaugeChartColorConfiguration |
withForegroundColor(String foregroundColor)
The foreground color configuration of a
GaugeChartVisual. |
public void setForegroundColor(String foregroundColor)
The foreground color configuration of a GaugeChartVisual.
foregroundColor - The foreground color configuration of a GaugeChartVisual.public String getForegroundColor()
The foreground color configuration of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartColorConfiguration withForegroundColor(String foregroundColor)
The foreground color configuration of a GaugeChartVisual.
foregroundColor - The foreground color configuration of a GaugeChartVisual.public void setBackgroundColor(String backgroundColor)
The background color configuration of a GaugeChartVisual.
backgroundColor - The background color configuration of a GaugeChartVisual.public String getBackgroundColor()
The background color configuration of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartColorConfiguration withBackgroundColor(String backgroundColor)
The background color configuration of a GaugeChartVisual.
backgroundColor - The background color configuration of a GaugeChartVisual.public String toString()
toString in class ObjectObject.toString()public GaugeChartColorConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.