7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/athena/model/ColumnNullable.h>
48 template<
typename CatalogNameT = Aws::String>
49 void SetCatalogName(CatalogNameT&& value) { m_catalogNameHasBeenSet =
true; m_catalogName = std::forward<CatalogNameT>(value); }
50 template<
typename CatalogNameT = Aws::String>
60 template<
typename SchemaNameT = Aws::String>
61 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
62 template<
typename SchemaNameT = Aws::String>
72 template<
typename TableNameT = Aws::String>
73 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
74 template<
typename TableNameT = Aws::String>
84 template<
typename NameT = Aws::String>
85 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
86 template<
typename NameT = Aws::String>
96 template<
typename LabelT = Aws::String>
97 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
98 template<
typename LabelT = Aws::String>
108 template<
typename TypeT = Aws::String>
109 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
110 template<
typename TypeT = Aws::String>
121 inline void SetPrecision(
int value) { m_precisionHasBeenSet =
true; m_precision = value; }
132 inline void SetScale(
int value) { m_scaleHasBeenSet =
true; m_scale = value; }
152 inline void SetCaseSensitive(
bool value) { m_caseSensitiveHasBeenSet =
true; m_caseSensitive = value; }
158 bool m_catalogNameHasBeenSet =
false;
161 bool m_schemaNameHasBeenSet =
false;
164 bool m_tableNameHasBeenSet =
false;
167 bool m_nameHasBeenSet =
false;
170 bool m_labelHasBeenSet =
false;
173 bool m_typeHasBeenSet =
false;
176 bool m_precisionHasBeenSet =
false;
179 bool m_scaleHasBeenSet =
false;
182 bool m_nullableHasBeenSet =
false;
184 bool m_caseSensitive{
false};
185 bool m_caseSensitiveHasBeenSet =
false;
void SetCatalogName(CatalogNameT &&value)
const Aws::String & GetCatalogName() const
bool GetCaseSensitive() const
ColumnInfo & WithCaseSensitive(bool value)
bool NameHasBeenSet() const
void SetCaseSensitive(bool value)
void SetSchemaName(SchemaNameT &&value)
ColumnInfo & WithType(TypeT &&value)
AWS_ATHENA_API ColumnInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_ATHENA_API ColumnInfo()=default
bool TypeHasBeenSet() const
void SetTableName(TableNameT &&value)
void SetName(NameT &&value)
bool CatalogNameHasBeenSet() const
AWS_ATHENA_API ColumnInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
ColumnInfo & WithCatalogName(CatalogNameT &&value)
ColumnInfo & WithTableName(TableNameT &&value)
void SetLabel(LabelT &&value)
bool ScaleHasBeenSet() const
bool PrecisionHasBeenSet() const
ColumnNullable GetNullable() const
bool CaseSensitiveHasBeenSet() const
ColumnInfo & WithSchemaName(SchemaNameT &&value)
bool NullableHasBeenSet() const
void SetNullable(ColumnNullable value)
bool SchemaNameHasBeenSet() const
bool TableNameHasBeenSet() const
ColumnInfo & WithPrecision(int value)
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
ColumnInfo & WithName(NameT &&value)
const Aws::String & GetSchemaName() const
void SetPrecision(int value)
ColumnInfo & WithLabel(LabelT &&value)
void SetType(TypeT &&value)
ColumnInfo & WithScale(int value)
ColumnInfo & WithNullable(ColumnNullable value)
const Aws::String & GetName() const
bool LabelHasBeenSet() const
const Aws::String & GetTableName() const
const Aws::String & GetLabel() const
const Aws::String & GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue