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 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename InputsT = Aws::Vector<Aws::String>>
63 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
64 template<
typename InputsT = Aws::Vector<Aws::String>>
66 template<
typename InputsT = Aws::String>
67 Merge&
AddInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs.emplace_back(std::forward<InputsT>(value));
return *
this; }
77 template<
typename SourceT = Aws::String>
78 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
79 template<
typename SourceT = Aws::String>
90 template<
typename PrimaryKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
91 void SetPrimaryKeys(PrimaryKeysT&& value) { m_primaryKeysHasBeenSet =
true; m_primaryKeys = std::forward<PrimaryKeysT>(value); }
92 template<
typename PrimaryKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
94 template<
typename PrimaryKeysT = Aws::Vector<Aws::String>>
95 Merge&
AddPrimaryKeys(PrimaryKeysT&& value) { m_primaryKeysHasBeenSet =
true; m_primaryKeys.emplace_back(std::forward<PrimaryKeysT>(value));
return *
this; }
100 bool m_nameHasBeenSet =
false;
103 bool m_inputsHasBeenSet =
false;
106 bool m_sourceHasBeenSet =
false;
109 bool m_primaryKeysHasBeenSet =
false;
bool SourceHasBeenSet() const
bool InputsHasBeenSet() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetPrimaryKeys() const
AWS_GLUE_API Merge(Aws::Utils::Json::JsonView jsonValue)
void SetInputs(InputsT &&value)
const Aws::Vector< Aws::String > & GetInputs() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSource() const
AWS_GLUE_API Merge & operator=(Aws::Utils::Json::JsonView jsonValue)
Merge & WithSource(SourceT &&value)
Merge & WithPrimaryKeys(PrimaryKeysT &&value)
AWS_GLUE_API Merge()=default
Merge & AddInputs(InputsT &&value)
void SetSource(SourceT &&value)
Merge & AddPrimaryKeys(PrimaryKeysT &&value)
void SetPrimaryKeys(PrimaryKeysT &&value)
Merge & WithName(NameT &&value)
void SetName(NameT &&value)
bool PrimaryKeysHasBeenSet() const
const Aws::String & GetName() const
Merge & WithInputs(InputsT &&value)
bool NameHasBeenSet() 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