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>
48 template<
typename TableLocationT = Aws::String>
49 void SetTableLocation(TableLocationT&& value) { m_tableLocationHasBeenSet =
true; m_tableLocation = std::forward<TableLocationT>(value); }
50 template<
typename TableLocationT = Aws::String>
60 template<
typename ConnectionNameT = Aws::String>
61 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
62 template<
typename ConnectionNameT = Aws::String>
72 template<
typename UpsertKeysT = Aws::Vector<Aws::String>>
73 void SetUpsertKeys(UpsertKeysT&& value) { m_upsertKeysHasBeenSet =
true; m_upsertKeys = std::forward<UpsertKeysT>(value); }
74 template<
typename UpsertKeysT = Aws::Vector<Aws::String>>
76 template<
typename UpsertKeysT = Aws::String>
82 bool m_tableLocationHasBeenSet =
false;
85 bool m_connectionNameHasBeenSet =
false;
88 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