@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GaugeChartConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a GaugeChartVisual.
| Constructor and Description |
|---|
GaugeChartConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GaugeChartConfiguration |
clone() |
boolean |
equals(Object obj) |
DataLabelOptions |
getDataLabels()
The data label configuration of a
GaugeChartVisual. |
GaugeChartFieldWells |
getFieldWells()
The field well configuration of a
GaugeChartVisual. |
GaugeChartOptions |
getGaugeChartOptions()
The options that determine the presentation of the
GaugeChartVisual. |
TooltipOptions |
getTooltipOptions()
The tooltip configuration of a
GaugeChartVisual. |
VisualPalette |
getVisualPalette()
The visual palette configuration of a
GaugeChartVisual. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataLabels(DataLabelOptions dataLabels)
The data label configuration of a
GaugeChartVisual. |
void |
setFieldWells(GaugeChartFieldWells fieldWells)
The field well configuration of a
GaugeChartVisual. |
void |
setGaugeChartOptions(GaugeChartOptions gaugeChartOptions)
The options that determine the presentation of the
GaugeChartVisual. |
void |
setTooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a
GaugeChartVisual. |
void |
setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a
GaugeChartVisual. |
String |
toString()
Returns a string representation of this object.
|
GaugeChartConfiguration |
withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a
GaugeChartVisual. |
GaugeChartConfiguration |
withFieldWells(GaugeChartFieldWells fieldWells)
The field well configuration of a
GaugeChartVisual. |
GaugeChartConfiguration |
withGaugeChartOptions(GaugeChartOptions gaugeChartOptions)
The options that determine the presentation of the
GaugeChartVisual. |
GaugeChartConfiguration |
withTooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a
GaugeChartVisual. |
GaugeChartConfiguration |
withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a
GaugeChartVisual. |
public void setFieldWells(GaugeChartFieldWells fieldWells)
The field well configuration of a GaugeChartVisual.
fieldWells - The field well configuration of a GaugeChartVisual.public GaugeChartFieldWells getFieldWells()
The field well configuration of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartConfiguration withFieldWells(GaugeChartFieldWells fieldWells)
The field well configuration of a GaugeChartVisual.
fieldWells - The field well configuration of a GaugeChartVisual.public void setGaugeChartOptions(GaugeChartOptions gaugeChartOptions)
The options that determine the presentation of the GaugeChartVisual.
gaugeChartOptions - The options that determine the presentation of the GaugeChartVisual.public GaugeChartOptions getGaugeChartOptions()
The options that determine the presentation of the GaugeChartVisual.
GaugeChartVisual.public GaugeChartConfiguration withGaugeChartOptions(GaugeChartOptions gaugeChartOptions)
The options that determine the presentation of the GaugeChartVisual.
gaugeChartOptions - The options that determine the presentation of the GaugeChartVisual.public void setDataLabels(DataLabelOptions dataLabels)
The data label configuration of a GaugeChartVisual.
dataLabels - The data label configuration of a GaugeChartVisual.public DataLabelOptions getDataLabels()
The data label configuration of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartConfiguration withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a GaugeChartVisual.
dataLabels - The data label configuration of a GaugeChartVisual.public void setTooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a GaugeChartVisual.
tooltipOptions - The tooltip configuration of a GaugeChartVisual.public TooltipOptions getTooltipOptions()
The tooltip configuration of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartConfiguration withTooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a GaugeChartVisual.
tooltipOptions - The tooltip configuration of a GaugeChartVisual.public void setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a GaugeChartVisual.
visualPalette - The visual palette configuration of a GaugeChartVisual.public VisualPalette getVisualPalette()
The visual palette configuration of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartConfiguration withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a GaugeChartVisual.
visualPalette - The visual palette configuration of a GaugeChartVisual.public String toString()
toString in class ObjectObject.toString()public GaugeChartConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.