/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The unaggregated field well for the table.See Also:
AWS
* API Reference
The values field well for a pivot table. Values are unaggregated for an * unaggregated table.
*/ inline const Aws::VectorThe values field well for a pivot table. Values are unaggregated for an * unaggregated table.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The values field well for a pivot table. Values are unaggregated for an * unaggregated table.
*/ inline void SetValues(const Aws::VectorThe values field well for a pivot table. Values are unaggregated for an * unaggregated table.
*/ inline void SetValues(Aws::VectorThe values field well for a pivot table. Values are unaggregated for an * unaggregated table.
*/ inline TableUnaggregatedFieldWells& WithValues(const Aws::VectorThe values field well for a pivot table. Values are unaggregated for an * unaggregated table.
*/ inline TableUnaggregatedFieldWells& WithValues(Aws::VectorThe values field well for a pivot table. Values are unaggregated for an * unaggregated table.
*/ inline TableUnaggregatedFieldWells& AddValues(const UnaggregatedField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *The values field well for a pivot table. Values are unaggregated for an * unaggregated table.
*/ inline TableUnaggregatedFieldWells& AddValues(UnaggregatedField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } private: Aws::Vector