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 ColumnsT = Aws::Vector<Aws::Vector<Aws::String>>>
86 m_columnsHasBeenSet =
true;
87 m_columns = std::forward<ColumnsT>(value);
89 template <
typename ColumnsT = Aws::Vector<Aws::Vector<Aws::String>>>
94 template <
typename ColumnsT = Aws::Vector<Aws::String>>
96 m_columnsHasBeenSet =
true;
97 m_columns.emplace_back(std::forward<ColumnsT>(value));
107 bool m_nameHasBeenSet =
false;
108 bool m_inputsHasBeenSet =
false;
109 bool m_columnsHasBeenSet =
false;
AWS_GLUE_API DropDuplicates()=default
void SetName(NameT &&value)
void SetInputs(InputsT &&value)
void SetColumns(ColumnsT &&value)
DropDuplicates & AddInputs(InputsT &&value)
DropDuplicates & WithInputs(InputsT &&value)
DropDuplicates & AddColumns(ColumnsT &&value)
const Aws::String & GetName() const
DropDuplicates & WithName(NameT &&value)
bool ColumnsHasBeenSet() const
AWS_GLUE_API DropDuplicates & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool InputsHasBeenSet() const
DropDuplicates & WithColumns(ColumnsT &&value)
AWS_GLUE_API DropDuplicates(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetColumns() const
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