/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the generated column-level statistics for a table or
* partition.See Also:
AWS
* API Reference
Name of column which statistics belong to.
*/ inline const Aws::String& GetColumnName() const{ return m_columnName; } /** *Name of column which statistics belong to.
*/ inline bool ColumnNameHasBeenSet() const { return m_columnNameHasBeenSet; } /** *Name of column which statistics belong to.
*/ inline void SetColumnName(const Aws::String& value) { m_columnNameHasBeenSet = true; m_columnName = value; } /** *Name of column which statistics belong to.
*/ inline void SetColumnName(Aws::String&& value) { m_columnNameHasBeenSet = true; m_columnName = std::move(value); } /** *Name of column which statistics belong to.
*/ inline void SetColumnName(const char* value) { m_columnNameHasBeenSet = true; m_columnName.assign(value); } /** *Name of column which statistics belong to.
*/ inline ColumnStatistics& WithColumnName(const Aws::String& value) { SetColumnName(value); return *this;} /** *Name of column which statistics belong to.
*/ inline ColumnStatistics& WithColumnName(Aws::String&& value) { SetColumnName(std::move(value)); return *this;} /** *Name of column which statistics belong to.
*/ inline ColumnStatistics& WithColumnName(const char* value) { SetColumnName(value); return *this;} /** *The data type of the column.
*/ inline const Aws::String& GetColumnType() const{ return m_columnType; } /** *The data type of the column.
*/ inline bool ColumnTypeHasBeenSet() const { return m_columnTypeHasBeenSet; } /** *The data type of the column.
*/ inline void SetColumnType(const Aws::String& value) { m_columnTypeHasBeenSet = true; m_columnType = value; } /** *The data type of the column.
*/ inline void SetColumnType(Aws::String&& value) { m_columnTypeHasBeenSet = true; m_columnType = std::move(value); } /** *The data type of the column.
*/ inline void SetColumnType(const char* value) { m_columnTypeHasBeenSet = true; m_columnType.assign(value); } /** *The data type of the column.
*/ inline ColumnStatistics& WithColumnType(const Aws::String& value) { SetColumnType(value); return *this;} /** *The data type of the column.
*/ inline ColumnStatistics& WithColumnType(Aws::String&& value) { SetColumnType(std::move(value)); return *this;} /** *The data type of the column.
*/ inline ColumnStatistics& WithColumnType(const char* value) { SetColumnType(value); return *this;} /** *The timestamp of when column statistics were generated.
*/ inline const Aws::Utils::DateTime& GetAnalyzedTime() const{ return m_analyzedTime; } /** *The timestamp of when column statistics were generated.
*/ inline bool AnalyzedTimeHasBeenSet() const { return m_analyzedTimeHasBeenSet; } /** *The timestamp of when column statistics were generated.
*/ inline void SetAnalyzedTime(const Aws::Utils::DateTime& value) { m_analyzedTimeHasBeenSet = true; m_analyzedTime = value; } /** *The timestamp of when column statistics were generated.
*/ inline void SetAnalyzedTime(Aws::Utils::DateTime&& value) { m_analyzedTimeHasBeenSet = true; m_analyzedTime = std::move(value); } /** *The timestamp of when column statistics were generated.
*/ inline ColumnStatistics& WithAnalyzedTime(const Aws::Utils::DateTime& value) { SetAnalyzedTime(value); return *this;} /** *The timestamp of when column statistics were generated.
*/ inline ColumnStatistics& WithAnalyzedTime(Aws::Utils::DateTime&& value) { SetAnalyzedTime(std::move(value)); return *this;} /** *A ColumnStatisticData
object that contains the statistics data
* values.
A ColumnStatisticData
object that contains the statistics data
* values.
A ColumnStatisticData
object that contains the statistics data
* values.
A ColumnStatisticData
object that contains the statistics data
* values.
A ColumnStatisticData
object that contains the statistics data
* values.
A ColumnStatisticData
object that contains the statistics data
* values.