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 TableLocationT = Aws::String>
44 m_tableLocationHasBeenSet =
true;
45 m_tableLocation = std::forward<TableLocationT>(value);
47 template <
typename TableLocationT = Aws::String>
60 template <
typename ConnectionNameT = Aws::String>
62 m_connectionNameHasBeenSet =
true;
63 m_connectionName = std::forward<ConnectionNameT>(value);
65 template <
typename ConnectionNameT = Aws::String>
78 template <
typename UpsertKeysT = Aws::Vector<Aws::String>>
80 m_upsertKeysHasBeenSet =
true;
81 m_upsertKeys = std::forward<UpsertKeysT>(value);
83 template <
typename UpsertKeysT = Aws::Vector<Aws::String>>
88 template <
typename UpsertKeysT = Aws::String>
90 m_upsertKeysHasBeenSet =
true;
91 m_upsertKeys.emplace_back(std::forward<UpsertKeysT>(value));
101 bool m_tableLocationHasBeenSet =
false;
102 bool m_connectionNameHasBeenSet =
false;
103 bool m_upsertKeysHasBeenSet =
false;
void SetUpsertKeys(UpsertKeysT &&value)
bool UpsertKeysHasBeenSet() const
const Aws::String & GetConnectionName() const
void SetConnectionName(ConnectionNameT &&value)
const Aws::String & GetTableLocation() const
UpsertRedshiftTargetOptions & AddUpsertKeys(UpsertKeysT &&value)
UpsertRedshiftTargetOptions & WithConnectionName(ConnectionNameT &&value)
AWS_GLUE_API UpsertRedshiftTargetOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTableLocation(TableLocationT &&value)
UpsertRedshiftTargetOptions & WithUpsertKeys(UpsertKeysT &&value)
const Aws::Vector< Aws::String > & GetUpsertKeys() const
bool ConnectionNameHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API UpsertRedshiftTargetOptions()=default
bool TableLocationHasBeenSet() const
AWS_GLUE_API UpsertRedshiftTargetOptions(Aws::Utils::Json::JsonView jsonValue)
UpsertRedshiftTargetOptions & WithTableLocation(TableLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue