7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/ColumnNullable.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename CatalogNameT = Aws::String>
44 m_catalogNameHasBeenSet =
true;
45 m_catalogName = std::forward<CatalogNameT>(value);
47 template <
typename CatalogNameT = Aws::String>
60 template <
typename SchemaNameT = Aws::String>
62 m_schemaNameHasBeenSet =
true;
63 m_schemaName = std::forward<SchemaNameT>(value);
65 template <
typename SchemaNameT = Aws::String>
78 template <
typename TableNameT = Aws::String>
80 m_tableNameHasBeenSet =
true;
81 m_tableName = std::forward<TableNameT>(value);
83 template <
typename TableNameT = Aws::String>
96 template <
typename NameT = Aws::String>
98 m_nameHasBeenSet =
true;
99 m_name = std::forward<NameT>(value);
101 template <
typename NameT = Aws::String>
103 SetName(std::forward<NameT>(value));
114 template <
typename LabelT = Aws::String>
116 m_labelHasBeenSet =
true;
117 m_label = std::forward<LabelT>(value);
119 template <
typename LabelT = Aws::String>
121 SetLabel(std::forward<LabelT>(value));
132 template <
typename TypeT = Aws::String>
134 m_typeHasBeenSet =
true;
135 m_type = std::forward<TypeT>(value);
137 template <
typename TypeT = Aws::String>
139 SetType(std::forward<TypeT>(value));
152 m_precisionHasBeenSet =
true;
169 m_scaleHasBeenSet =
true;
185 m_nullableHasBeenSet =
true;
201 m_caseSensitiveHasBeenSet =
true;
202 m_caseSensitive = value;
228 bool m_caseSensitive{
false};
229 bool m_catalogNameHasBeenSet =
false;
230 bool m_schemaNameHasBeenSet =
false;
231 bool m_tableNameHasBeenSet =
false;
232 bool m_nameHasBeenSet =
false;
233 bool m_labelHasBeenSet =
false;
234 bool m_typeHasBeenSet =
false;
235 bool m_precisionHasBeenSet =
false;
236 bool m_scaleHasBeenSet =
false;
237 bool m_nullableHasBeenSet =
false;
238 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