7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/NullCheckBoxList.h>
11#include <aws/glue/model/NullValueField.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
65 template <
typename InputsT = Aws::Vector<Aws::String>>
67 m_inputsHasBeenSet =
true;
68 m_inputs = std::forward<InputsT>(value);
70 template <
typename InputsT = Aws::Vector<Aws::String>>
75 template <
typename InputsT = Aws::String>
77 m_inputsHasBeenSet =
true;
78 m_inputs.emplace_back(std::forward<InputsT>(value));
90 template <
typename NullCheckBoxListT = NullCheckBoxList>
92 m_nullCheckBoxListHasBeenSet =
true;
93 m_nullCheckBoxList = std::forward<NullCheckBoxListT>(value);
95 template <
typename NullCheckBoxListT = NullCheckBoxList>
112 template <
typename NullTextListT = Aws::Vector<NullValueField>>
114 m_nullTextListHasBeenSet =
true;
115 m_nullTextList = std::forward<NullTextListT>(value);
117 template <
typename NullTextListT = Aws::Vector<NullValueField>>
122 template <
typename NullTextListT = NullValueField>
124 m_nullTextListHasBeenSet =
true;
125 m_nullTextList.emplace_back(std::forward<NullTextListT>(value));
137 bool m_nameHasBeenSet =
false;
138 bool m_inputsHasBeenSet =
false;
139 bool m_nullCheckBoxListHasBeenSet =
false;
140 bool m_nullTextListHasBeenSet =
false;
const NullCheckBoxList & GetNullCheckBoxList() const
bool NameHasBeenSet() const
const Aws::Vector< Aws::String > & GetInputs() const
const Aws::String & GetName() const
bool NullCheckBoxListHasBeenSet() const
AWS_GLUE_API DropNullFields(Aws::Utils::Json::JsonView jsonValue)
DropNullFields & AddInputs(InputsT &&value)
const Aws::Vector< NullValueField > & GetNullTextList() const
void SetNullCheckBoxList(NullCheckBoxListT &&value)
AWS_GLUE_API DropNullFields & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InputsHasBeenSet() const
AWS_GLUE_API DropNullFields()=default
DropNullFields & WithNullCheckBoxList(NullCheckBoxListT &&value)
DropNullFields & AddNullTextList(NullTextListT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInputs(InputsT &&value)
void SetNullTextList(NullTextListT &&value)
DropNullFields & WithInputs(InputsT &&value)
void SetName(NameT &&value)
bool NullTextListHasBeenSet() const
DropNullFields & WithName(NameT &&value)
DropNullFields & WithNullTextList(NullTextListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue