7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/FieldDataType.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));
61 m_fieldDataTypeHasBeenSet =
true;
62 m_fieldDataType = value;
73 bool m_nameHasBeenSet =
false;
74 bool m_fieldDataTypeHasBeenSet =
false;
FieldDefinition & WithName(NameT &&value)
void SetFieldDataType(FieldDataType value)
void SetName(NameT &&value)
AWS_GLUE_API FieldDefinition(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API FieldDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_GLUE_API FieldDefinition()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
FieldDefinition & WithFieldDataType(FieldDataType value)
FieldDataType GetFieldDataType() const
bool FieldDataTypeHasBeenSet() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue