7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename TypeT = Aws::String>
59 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
60 template<
typename TypeT = Aws::String>
70 template<
typename CommentT = Aws::String>
71 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
72 template<
typename CommentT = Aws::String>
78 bool m_nameHasBeenSet =
false;
81 bool m_typeHasBeenSet =
false;
84 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