7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename TypeT = Aws::String>
61 m_typeHasBeenSet =
true;
62 m_type = std::forward<TypeT>(value);
64 template <
typename TypeT = Aws::String>
66 SetType(std::forward<TypeT>(value));
77 template <
typename CommentT = Aws::String>
79 m_commentHasBeenSet =
true;
80 m_comment = std::forward<CommentT>(value);
82 template <
typename CommentT = Aws::String>
95 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
97 m_parametersHasBeenSet =
true;
98 m_parameters = std::forward<ParametersT>(value);
100 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
105 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
107 m_parametersHasBeenSet =
true;
108 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
120 bool m_nameHasBeenSet =
false;
121 bool m_typeHasBeenSet =
false;
122 bool m_commentHasBeenSet =
false;
123 bool m_parametersHasBeenSet =
false;
const Aws::String & GetType() const
Column & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
Column & WithComment(CommentT &&value)
Column & WithType(TypeT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CommentHasBeenSet() const
void SetType(TypeT &&value)
AWS_GLUE_API Column()=default
bool TypeHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
void SetComment(CommentT &&value)
Column & WithName(NameT &&value)
Column & WithParameters(ParametersT &&value)
bool ParametersHasBeenSet() const
const Aws::String & GetComment() const
AWS_GLUE_API Column(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Column & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetParameters(ParametersT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue