7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename TypeT = Aws::String>
60 m_typeHasBeenSet =
true;
61 m_type = std::forward<TypeT>(value);
63 template <
typename TypeT = Aws::String>
65 SetType(std::forward<TypeT>(value));
76 template <
typename CommentT = Aws::String>
78 m_commentHasBeenSet =
true;
79 m_comment = std::forward<CommentT>(value);
81 template <
typename CommentT = Aws::String>
93 bool m_nameHasBeenSet =
false;
94 bool m_typeHasBeenSet =
false;
95 bool m_commentHasBeenSet =
false;
Column & WithType(TypeT &&value)
Column & WithName(NameT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_ATHENA_API Column(Aws::Utils::Json::JsonView jsonValue)
AWS_ATHENA_API Column & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetComment(CommentT &&value)
void SetType(TypeT &&value)
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_ATHENA_API Column()=default
Column & WithComment(CommentT &&value)
const Aws::String & GetType() const
const Aws::String & GetComment() const
bool TypeHasBeenSet() const
bool CommentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue