/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Configuration of statistics that are allowed to be run on columns that
* contain detected entities. When undefined, no statistics will be computed on
* columns that contain detected entities.See Also:
AWS
* API Reference
One or more column statistics to allow for columns that contain detected * entities.
*/ inline const Aws::VectorOne or more column statistics to allow for columns that contain detected * entities.
*/ inline bool StatisticsHasBeenSet() const { return m_statisticsHasBeenSet; } /** *One or more column statistics to allow for columns that contain detected * entities.
*/ inline void SetStatistics(const Aws::VectorOne or more column statistics to allow for columns that contain detected * entities.
*/ inline void SetStatistics(Aws::VectorOne or more column statistics to allow for columns that contain detected * entities.
*/ inline AllowedStatistics& WithStatistics(const Aws::VectorOne or more column statistics to allow for columns that contain detected * entities.
*/ inline AllowedStatistics& WithStatistics(Aws::VectorOne or more column statistics to allow for columns that contain detected * entities.
*/ inline AllowedStatistics& AddStatistics(const Aws::String& value) { m_statisticsHasBeenSet = true; m_statistics.push_back(value); return *this; } /** *One or more column statistics to allow for columns that contain detected * entities.
*/ inline AllowedStatistics& AddStatistics(Aws::String&& value) { m_statisticsHasBeenSet = true; m_statistics.push_back(std::move(value)); return *this; } /** *One or more column statistics to allow for columns that contain detected * entities.
*/ inline AllowedStatistics& AddStatistics(const char* value) { m_statisticsHasBeenSet = true; m_statistics.push_back(value); return *this; } private: Aws::Vector