7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename TypeT = Aws::String>
60 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
61 template<
typename TypeT = Aws::String>
71 template<
typename GlueStudioTypeT = Aws::String>
72 void SetGlueStudioType(GlueStudioTypeT&& value) { m_glueStudioTypeHasBeenSet =
true; m_glueStudioType = std::forward<GlueStudioTypeT>(value); }
73 template<
typename GlueStudioTypeT = Aws::String>
79 bool m_nameHasBeenSet =
false;
82 bool m_typeHasBeenSet =
false;
85 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