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>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename InputsT = Aws::Vector<Aws::String>>
61 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
62 template<
typename InputsT = Aws::Vector<Aws::String>>
64 template<
typename InputsT = Aws::String>
65 DropFields&
AddInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs.emplace_back(std::forward<InputsT>(value));
return *
this; }
74 template<
typename PathsT = Aws::Vector<Aws::Vector<Aws::String>>>
75 void SetPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths = std::forward<PathsT>(value); }
76 template<
typename PathsT = Aws::Vector<Aws::Vector<Aws::String>>>
78 template<
typename PathsT = Aws::Vector<Aws::String>>
79 DropFields&
AddPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths.emplace_back(std::forward<PathsT>(value));
return *
this; }
84 bool m_nameHasBeenSet =
false;
87 bool m_inputsHasBeenSet =
false;
90 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