/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The field wells of the visual. This is a union type structure. For
* this structure to be valid, only one of the attributes can be
* defined.See Also:
AWS
* API Reference
The aggregated field wells of a combo chart. Combo charts only have * aggregated field wells. Columns in a combo chart are aggregated by category.
*/ inline const ComboChartAggregatedFieldWells& GetComboChartAggregatedFieldWells() const{ return m_comboChartAggregatedFieldWells; } /** *The aggregated field wells of a combo chart. Combo charts only have * aggregated field wells. Columns in a combo chart are aggregated by category.
*/ inline bool ComboChartAggregatedFieldWellsHasBeenSet() const { return m_comboChartAggregatedFieldWellsHasBeenSet; } /** *The aggregated field wells of a combo chart. Combo charts only have * aggregated field wells. Columns in a combo chart are aggregated by category.
*/ inline void SetComboChartAggregatedFieldWells(const ComboChartAggregatedFieldWells& value) { m_comboChartAggregatedFieldWellsHasBeenSet = true; m_comboChartAggregatedFieldWells = value; } /** *The aggregated field wells of a combo chart. Combo charts only have * aggregated field wells. Columns in a combo chart are aggregated by category.
*/ inline void SetComboChartAggregatedFieldWells(ComboChartAggregatedFieldWells&& value) { m_comboChartAggregatedFieldWellsHasBeenSet = true; m_comboChartAggregatedFieldWells = std::move(value); } /** *The aggregated field wells of a combo chart. Combo charts only have * aggregated field wells. Columns in a combo chart are aggregated by category.
*/ inline ComboChartFieldWells& WithComboChartAggregatedFieldWells(const ComboChartAggregatedFieldWells& value) { SetComboChartAggregatedFieldWells(value); return *this;} /** *The aggregated field wells of a combo chart. Combo charts only have * aggregated field wells. Columns in a combo chart are aggregated by category.
*/ inline ComboChartFieldWells& WithComboChartAggregatedFieldWells(ComboChartAggregatedFieldWells&& value) { SetComboChartAggregatedFieldWells(std::move(value)); return *this;} private: ComboChartAggregatedFieldWells m_comboChartAggregatedFieldWells; bool m_comboChartAggregatedFieldWellsHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws