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>
41 template <
typename FromT = Aws::String>
43 m_fromHasBeenSet =
true;
44 m_from = std::forward<FromT>(value);
46 template <
typename FromT = Aws::String>
48 SetFrom(std::forward<FromT>(value));
59 template <
typename KeysT = Aws::Vector<Aws::Vector<Aws::String>>>
61 m_keysHasBeenSet =
true;
62 m_keys = std::forward<KeysT>(value);
64 template <
typename KeysT = Aws::Vector<Aws::Vector<Aws::String>>>
66 SetKeys(std::forward<KeysT>(value));
69 template <
typename KeysT = Aws::Vector<Aws::String>>
71 m_keysHasBeenSet =
true;
72 m_keys.emplace_back(std::forward<KeysT>(value));
80 bool m_fromHasBeenSet =
false;
81 bool m_keysHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API JoinColumn()=default
AWS_GLUE_API JoinColumn(Aws::Utils::Json::JsonView jsonValue)
JoinColumn & AddKeys(KeysT &&value)
bool KeysHasBeenSet() const
JoinColumn & WithFrom(FromT &&value)
AWS_GLUE_API JoinColumn & operator=(Aws::Utils::Json::JsonView jsonValue)
JoinColumn & WithKeys(KeysT &&value)
void SetKeys(KeysT &&value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetKeys() const
bool FromHasBeenSet() const
void SetFrom(FromT &&value)
const Aws::String & GetFrom() 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