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>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename InputsT = Aws::Vector<Aws::String>>
64 m_inputsHasBeenSet =
true;
65 m_inputs = std::forward<InputsT>(value);
67 template <
typename InputsT = Aws::Vector<Aws::String>>
72 template <
typename InputsT = Aws::String>
74 m_inputsHasBeenSet =
true;
75 m_inputs.emplace_back(std::forward<InputsT>(value));
87 template <
typename SourceT = Aws::String>
89 m_sourceHasBeenSet =
true;
90 m_source = std::forward<SourceT>(value);
92 template <
typename SourceT = Aws::String>
106 template <
typename PrimaryKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
108 m_primaryKeysHasBeenSet =
true;
109 m_primaryKeys = std::forward<PrimaryKeysT>(value);
111 template <
typename PrimaryKeysT = Aws::Vector<Aws::Vector<Aws::String>>>
116 template <
typename PrimaryKeysT = Aws::Vector<Aws::String>>
118 m_primaryKeysHasBeenSet =
true;
119 m_primaryKeys.emplace_back(std::forward<PrimaryKeysT>(value));
131 bool m_nameHasBeenSet =
false;
132 bool m_inputsHasBeenSet =
false;
133 bool m_sourceHasBeenSet =
false;
134 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