7#include <aws/core/utils/memory/stl/AWSString.h>
8#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 GlueStudioTypeT = Aws::String>
79 m_glueStudioTypeHasBeenSet =
true;
80 m_glueStudioType = std::forward<GlueStudioTypeT>(value);
82 template <
typename GlueStudioTypeT = Aws::String>
90 bool m_nameHasBeenSet =
false;
93 bool m_typeHasBeenSet =
false;
96 bool m_glueStudioTypeHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
GlueStudioSchemaColumn & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_GLUE_API GlueStudioSchemaColumn & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_GLUE_API GlueStudioSchemaColumn()=default
const Aws::String & GetName() const
const Aws::String & GetGlueStudioType() const
void SetGlueStudioType(GlueStudioTypeT &&value)
const Aws::String & GetType() const
bool GlueStudioTypeHasBeenSet() const
GlueStudioSchemaColumn & WithType(TypeT &&value)
AWS_GLUE_API GlueStudioSchemaColumn(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
GlueStudioSchemaColumn & WithGlueStudioType(GlueStudioTypeT &&value)
void SetType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue