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>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline DropFields&
AddInputs(
const char* value) { m_inputsHasBeenSet =
true; m_inputs.push_back(value);
return *
this; }
87 bool m_nameHasBeenSet =
false;
90 bool m_inputsHasBeenSet =
false;
93 bool m_pathsHasBeenSet =
false;
DropFields & AddInputs(const Aws::String &value)
DropFields & AddInputs(Aws::String &&value)
DropFields & WithInputs(Aws::Vector< Aws::String > &&value)
void SetName(Aws::String &&value)
DropFields & WithPaths(const Aws::Vector< Aws::Vector< Aws::String > > &value)
void SetInputs(const Aws::Vector< Aws::String > &value)
DropFields & WithName(const char *value)
void SetName(const Aws::String &value)
DropFields & WithName(Aws::String &&value)
DropFields & WithName(const Aws::String &value)
DropFields & AddPaths(const Aws::Vector< Aws::String > &value)
void SetPaths(const Aws::Vector< Aws::Vector< Aws::String > > &value)
DropFields & AddInputs(const char *value)
AWS_GLUE_API DropFields & operator=(Aws::Utils::Json::JsonView jsonValue)
DropFields & WithInputs(const Aws::Vector< Aws::String > &value)
const Aws::String & GetName() const
AWS_GLUE_API DropFields(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
bool NameHasBeenSet() const
void SetPaths(Aws::Vector< Aws::Vector< Aws::String > > &&value)
DropFields & WithPaths(Aws::Vector< Aws::Vector< Aws::String > > &&value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetPaths() const
bool PathsHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool InputsHasBeenSet() const
const Aws::Vector< Aws::String > & GetInputs() const
void SetInputs(Aws::Vector< Aws::String > &&value)
AWS_GLUE_API DropFields()
DropFields & AddPaths(Aws::Vector< Aws::String > &&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