7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/NullCheckBoxList.h>
11#include <aws/glue/model/NullValueField.h>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
65 template<
typename InputsT = Aws::Vector<Aws::String>>
66 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
67 template<
typename InputsT = Aws::Vector<Aws::String>>
69 template<
typename InputsT = Aws::String>
70 DropNullFields&
AddInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs.emplace_back(std::forward<InputsT>(value));
return *
this; }
80 template<
typename NullCheckBoxListT = NullCheckBoxList>
81 void SetNullCheckBoxList(NullCheckBoxListT&& value) { m_nullCheckBoxListHasBeenSet =
true; m_nullCheckBoxList = std::forward<NullCheckBoxListT>(value); }
82 template<
typename NullCheckBoxListT = NullCheckBoxList>
96 template<
typename NullTextListT = Aws::Vector<NullValueField>>
97 void SetNullTextList(NullTextListT&& value) { m_nullTextListHasBeenSet =
true; m_nullTextList = std::forward<NullTextListT>(value); }
98 template<
typename NullTextListT = Aws::Vector<NullValueField>>
100 template<
typename NullTextListT = NullValueField>
101 DropNullFields&
AddNullTextList(NullTextListT&& value) { m_nullTextListHasBeenSet =
true; m_nullTextList.emplace_back(std::forward<NullTextListT>(value));
return *
this; }
106 bool m_nameHasBeenSet =
false;
109 bool m_inputsHasBeenSet =
false;
112 bool m_nullCheckBoxListHasBeenSet =
false;
115 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