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>
55 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
73 inline DropNullFields&
AddInputs(
const char* value) { m_inputsHasBeenSet =
true; m_inputs.push_back(value);
return *
this; }
109 bool m_nameHasBeenSet =
false;
112 bool m_inputsHasBeenSet =
false;
115 bool m_nullCheckBoxListHasBeenSet =
false;
118 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
DropNullFields & AddNullTextList(NullValueField &&value)
void SetName(Aws::String &&value)
void SetNullCheckBoxList(NullCheckBoxList &&value)
AWS_GLUE_API DropNullFields(Aws::Utils::Json::JsonView jsonValue)
DropNullFields & AddInputs(Aws::String &&value)
DropNullFields & WithName(Aws::String &&value)
const Aws::Vector< NullValueField > & GetNullTextList() const
DropNullFields & WithNullCheckBoxList(NullCheckBoxList &&value)
AWS_GLUE_API DropNullFields()
AWS_GLUE_API DropNullFields & operator=(Aws::Utils::Json::JsonView jsonValue)
DropNullFields & WithName(const Aws::String &value)
DropNullFields & WithNullTextList(Aws::Vector< NullValueField > &&value)
DropNullFields & WithInputs(const Aws::Vector< Aws::String > &value)
bool InputsHasBeenSet() const
void SetNullTextList(const Aws::Vector< NullValueField > &value)
DropNullFields & WithInputs(Aws::Vector< Aws::String > &&value)
void SetInputs(Aws::Vector< Aws::String > &&value)
DropNullFields & AddNullTextList(const NullValueField &value)
void SetNullCheckBoxList(const NullCheckBoxList &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DropNullFields & WithName(const char *value)
void SetNullTextList(Aws::Vector< NullValueField > &&value)
bool NullTextListHasBeenSet() const
DropNullFields & WithNullTextList(const Aws::Vector< NullValueField > &value)
void SetName(const char *value)
DropNullFields & WithNullCheckBoxList(const NullCheckBoxList &value)
void SetInputs(const Aws::Vector< Aws::String > &value)
void SetName(const Aws::String &value)
DropNullFields & AddInputs(const Aws::String &value)
DropNullFields & AddInputs(const char *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