7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DataTypeT = Aws::String>
62 m_dataTypeHasBeenSet =
true;
63 m_dataType = std::forward<DataTypeT>(value);
65 template <
typename DataTypeT = Aws::String>
75 bool m_nameHasBeenSet =
false;
76 bool m_dataTypeHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_GLUE_API SchemaColumn()=default
SchemaColumn & WithDataType(DataTypeT &&value)
bool NameHasBeenSet() const
AWS_GLUE_API SchemaColumn(Aws::Utils::Json::JsonView jsonValue)
SchemaColumn & WithName(NameT &&value)
AWS_GLUE_API SchemaColumn & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetDataType() const
bool DataTypeHasBeenSet() const
void SetDataType(DataTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue