7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/Datatype.h>
42 template <
typename ValueT = Aws::String>
44 m_valueHasBeenSet =
true;
45 m_value = std::forward<ValueT>(value);
47 template <
typename ValueT = Aws::String>
49 SetValue(std::forward<ValueT>(value));
60 template <
typename DatatypeT = Datatype>
62 m_datatypeHasBeenSet =
true;
63 m_datatype = std::forward<DatatypeT>(value);
65 template <
typename DatatypeT = Datatype>
75 bool m_valueHasBeenSet =
false;
76 bool m_datatypeHasBeenSet =
false;
NullValueField & WithDatatype(DatatypeT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API NullValueField(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
const Datatype & GetDatatype() const
bool DatatypeHasBeenSet() const
AWS_GLUE_API NullValueField & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API NullValueField()=default
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
void SetDatatype(DatatypeT &&value)
NullValueField & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue