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>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename InputsT = Aws::Vector<Aws::String>>
62 m_inputsHasBeenSet =
true;
63 m_inputs = std::forward<InputsT>(value);
65 template <
typename InputsT = Aws::Vector<Aws::String>>
70 template <
typename InputsT = Aws::String>
72 m_inputsHasBeenSet =
true;
73 m_inputs.emplace_back(std::forward<InputsT>(value));
84 template <
typename PathsT = Aws::Vector<Aws::Vector<Aws::String>>>
86 m_pathsHasBeenSet =
true;
87 m_paths = std::forward<PathsT>(value);
89 template <
typename PathsT = Aws::Vector<Aws::Vector<Aws::String>>>
91 SetPaths(std::forward<PathsT>(value));
94 template <
typename PathsT = Aws::Vector<Aws::String>>
96 m_pathsHasBeenSet =
true;
97 m_paths.emplace_back(std::forward<PathsT>(value));
107 bool m_nameHasBeenSet =
false;
108 bool m_inputsHasBeenSet =
false;
109 bool m_pathsHasBeenSet =
false;
DropFields & WithName(NameT &&value)
void SetPaths(PathsT &&value)
void SetName(NameT &&value)
AWS_GLUE_API DropFields & operator=(Aws::Utils::Json::JsonView jsonValue)
DropFields & AddPaths(PathsT &&value)
const Aws::String & GetName() const
AWS_GLUE_API DropFields(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetPaths() const
bool PathsHasBeenSet() const
DropFields & WithInputs(InputsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInputs(InputsT &&value)
AWS_GLUE_API DropFields()=default
bool InputsHasBeenSet() const
DropFields & WithPaths(PathsT &&value)
DropFields & AddInputs(InputsT &&value)
const Aws::Vector< Aws::String > & GetInputs() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue