/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The field well configuration of a KPI visual.See Also:
AWS
* API Reference
The value field wells of a KPI visual.
*/ inline const Aws::VectorThe value field wells of a KPI visual.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The value field wells of a KPI visual.
*/ inline void SetValues(const Aws::VectorThe value field wells of a KPI visual.
*/ inline void SetValues(Aws::VectorThe value field wells of a KPI visual.
*/ inline KPIFieldWells& WithValues(const Aws::VectorThe value field wells of a KPI visual.
*/ inline KPIFieldWells& WithValues(Aws::VectorThe value field wells of a KPI visual.
*/ inline KPIFieldWells& AddValues(const MeasureField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *The value field wells of a KPI visual.
*/ inline KPIFieldWells& AddValues(MeasureField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } /** *The target value field wells of a KPI visual.
*/ inline const Aws::VectorThe target value field wells of a KPI visual.
*/ inline bool TargetValuesHasBeenSet() const { return m_targetValuesHasBeenSet; } /** *The target value field wells of a KPI visual.
*/ inline void SetTargetValues(const Aws::VectorThe target value field wells of a KPI visual.
*/ inline void SetTargetValues(Aws::VectorThe target value field wells of a KPI visual.
*/ inline KPIFieldWells& WithTargetValues(const Aws::VectorThe target value field wells of a KPI visual.
*/ inline KPIFieldWells& WithTargetValues(Aws::VectorThe target value field wells of a KPI visual.
*/ inline KPIFieldWells& AddTargetValues(const MeasureField& value) { m_targetValuesHasBeenSet = true; m_targetValues.push_back(value); return *this; } /** *The target value field wells of a KPI visual.
*/ inline KPIFieldWells& AddTargetValues(MeasureField&& value) { m_targetValuesHasBeenSet = true; m_targetValues.push_back(std::move(value)); return *this; } /** *The trend group field wells of a KPI visual.
*/ inline const Aws::VectorThe trend group field wells of a KPI visual.
*/ inline bool TrendGroupsHasBeenSet() const { return m_trendGroupsHasBeenSet; } /** *The trend group field wells of a KPI visual.
*/ inline void SetTrendGroups(const Aws::VectorThe trend group field wells of a KPI visual.
*/ inline void SetTrendGroups(Aws::VectorThe trend group field wells of a KPI visual.
*/ inline KPIFieldWells& WithTrendGroups(const Aws::VectorThe trend group field wells of a KPI visual.
*/ inline KPIFieldWells& WithTrendGroups(Aws::VectorThe trend group field wells of a KPI visual.
*/ inline KPIFieldWells& AddTrendGroups(const DimensionField& value) { m_trendGroupsHasBeenSet = true; m_trendGroups.push_back(value); return *this; } /** *The trend group field wells of a KPI visual.
*/ inline KPIFieldWells& AddTrendGroups(DimensionField&& value) { m_trendGroupsHasBeenSet = true; m_trendGroups.push_back(std::move(value)); return *this; } private: Aws::Vector