7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/ColumnStatisticsData.h>
43 template <
typename ColumnNameT = Aws::String>
45 m_columnNameHasBeenSet =
true;
46 m_columnName = std::forward<ColumnNameT>(value);
48 template <
typename ColumnNameT = Aws::String>
61 template <
typename ColumnTypeT = Aws::String>
63 m_columnTypeHasBeenSet =
true;
64 m_columnType = std::forward<ColumnTypeT>(value);
66 template <
typename ColumnTypeT = Aws::String>
79 template <
typename AnalyzedTimeT = Aws::Utils::DateTime>
81 m_analyzedTimeHasBeenSet =
true;
82 m_analyzedTime = std::forward<AnalyzedTimeT>(value);
84 template <
typename AnalyzedTimeT = Aws::Utils::DateTime>
98 template <
typename StatisticsDataT = ColumnStatisticsData>
100 m_statisticsDataHasBeenSet =
true;
101 m_statisticsData = std::forward<StatisticsDataT>(value);
103 template <
typename StatisticsDataT = ColumnStatisticsData>
116 ColumnStatisticsData m_statisticsData;
117 bool m_columnNameHasBeenSet =
false;
118 bool m_columnTypeHasBeenSet =
false;
119 bool m_analyzedTimeHasBeenSet =
false;
120 bool m_statisticsDataHasBeenSet =
false;
const Aws::String & GetColumnType() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatisticsDataHasBeenSet() const
void SetStatisticsData(StatisticsDataT &&value)
const Aws::String & GetColumnName() const
ColumnStatistics & WithColumnType(ColumnTypeT &&value)
AWS_GLUE_API ColumnStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
ColumnStatistics & WithAnalyzedTime(AnalyzedTimeT &&value)
void SetColumnType(ColumnTypeT &&value)
const ColumnStatisticsData & GetStatisticsData() const
bool AnalyzedTimeHasBeenSet() const
AWS_GLUE_API ColumnStatistics(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetAnalyzedTime() const
void SetColumnName(ColumnNameT &&value)
bool ColumnTypeHasBeenSet() const
AWS_GLUE_API ColumnStatistics()=default
ColumnStatistics & WithStatisticsData(StatisticsDataT &&value)
ColumnStatistics & WithColumnName(ColumnNameT &&value)
void SetAnalyzedTime(AnalyzedTimeT &&value)
bool ColumnNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue