/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The options that determine the presentation of the
* GaugeChartVisual
.See Also:
AWS
* API Reference
The options that determine the primary value display type.
*/ inline const PrimaryValueDisplayType& GetPrimaryValueDisplayType() const{ return m_primaryValueDisplayType; } /** *The options that determine the primary value display type.
*/ inline bool PrimaryValueDisplayTypeHasBeenSet() const { return m_primaryValueDisplayTypeHasBeenSet; } /** *The options that determine the primary value display type.
*/ inline void SetPrimaryValueDisplayType(const PrimaryValueDisplayType& value) { m_primaryValueDisplayTypeHasBeenSet = true; m_primaryValueDisplayType = value; } /** *The options that determine the primary value display type.
*/ inline void SetPrimaryValueDisplayType(PrimaryValueDisplayType&& value) { m_primaryValueDisplayTypeHasBeenSet = true; m_primaryValueDisplayType = std::move(value); } /** *The options that determine the primary value display type.
*/ inline GaugeChartOptions& WithPrimaryValueDisplayType(const PrimaryValueDisplayType& value) { SetPrimaryValueDisplayType(value); return *this;} /** *The options that determine the primary value display type.
*/ inline GaugeChartOptions& WithPrimaryValueDisplayType(PrimaryValueDisplayType&& value) { SetPrimaryValueDisplayType(std::move(value)); return *this;} /** *The comparison configuration of a GaugeChartVisual
.
The comparison configuration of a GaugeChartVisual
.
The comparison configuration of a GaugeChartVisual
.
The comparison configuration of a GaugeChartVisual
.
The comparison configuration of a GaugeChartVisual
.
The comparison configuration of a GaugeChartVisual
.
The arc axis configuration of a GaugeChartVisual
.
The arc axis configuration of a GaugeChartVisual
.
The arc axis configuration of a GaugeChartVisual
.
The arc axis configuration of a GaugeChartVisual
.
The arc axis configuration of a GaugeChartVisual
.
The arc axis configuration of a GaugeChartVisual
.
The arc configuration of a GaugeChartVisual
.
The arc configuration of a GaugeChartVisual
.
The arc configuration of a GaugeChartVisual
.
The arc configuration of a GaugeChartVisual
.
The arc configuration of a GaugeChartVisual
.
The arc configuration of a GaugeChartVisual
.
The options that determine the primary value font configuration.
*/ inline const FontConfiguration& GetPrimaryValueFontConfiguration() const{ return m_primaryValueFontConfiguration; } /** *The options that determine the primary value font configuration.
*/ inline bool PrimaryValueFontConfigurationHasBeenSet() const { return m_primaryValueFontConfigurationHasBeenSet; } /** *The options that determine the primary value font configuration.
*/ inline void SetPrimaryValueFontConfiguration(const FontConfiguration& value) { m_primaryValueFontConfigurationHasBeenSet = true; m_primaryValueFontConfiguration = value; } /** *The options that determine the primary value font configuration.
*/ inline void SetPrimaryValueFontConfiguration(FontConfiguration&& value) { m_primaryValueFontConfigurationHasBeenSet = true; m_primaryValueFontConfiguration = std::move(value); } /** *The options that determine the primary value font configuration.
*/ inline GaugeChartOptions& WithPrimaryValueFontConfiguration(const FontConfiguration& value) { SetPrimaryValueFontConfiguration(value); return *this;} /** *The options that determine the primary value font configuration.
*/ inline GaugeChartOptions& WithPrimaryValueFontConfiguration(FontConfiguration&& value) { SetPrimaryValueFontConfiguration(std::move(value)); return *this;} private: PrimaryValueDisplayType m_primaryValueDisplayType; bool m_primaryValueDisplayTypeHasBeenSet = false; ComparisonConfiguration m_comparison; bool m_comparisonHasBeenSet = false; ArcAxisConfiguration m_arcAxis; bool m_arcAxisHasBeenSet = false; ArcConfiguration m_arc; bool m_arcHasBeenSet = false; FontConfiguration m_primaryValueFontConfiguration; bool m_primaryValueFontConfigurationHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws