@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) |
GaugeChartColorConfiguration |
getColorConfiguration()
The color configuration of a
GaugeChartVisual. |
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. |
VisualInteractionOptions |
getInteractions()
The general visual interactions setup for a visual.
|
TooltipOptions |
getTooltipOptions()
The tooltip configuration of a
GaugeChartVisual. |
VisualPalette |
getVisualPalette()
The visual palette configuration of a
GaugeChartVisual. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColorConfiguration(GaugeChartColorConfiguration colorConfiguration)
The color configuration of a
GaugeChartVisual. |
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 |
setInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
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 |
withColorConfiguration(GaugeChartColorConfiguration colorConfiguration)
The color configuration of a
GaugeChartVisual. |
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 |
withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
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 void setColorConfiguration(GaugeChartColorConfiguration colorConfiguration)
The color configuration of a GaugeChartVisual.
colorConfiguration - The color configuration of a GaugeChartVisual.public GaugeChartColorConfiguration getColorConfiguration()
The color configuration of a GaugeChartVisual.
GaugeChartVisual.public GaugeChartConfiguration withColorConfiguration(GaugeChartColorConfiguration colorConfiguration)
The color configuration of a GaugeChartVisual.
colorConfiguration - The color configuration of a GaugeChartVisual.public void setInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
interactions - The general visual interactions setup for a visual.public VisualInteractionOptions getInteractions()
The general visual interactions setup for a visual.
public GaugeChartConfiguration withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
interactions - The general visual interactions setup for a visual.public String toString()
toString in class ObjectObject.toString()public GaugeChartConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.