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 inline void SetTableLocation(
const char* value) { m_tableLocationHasBeenSet =
true; m_tableLocation.assign(value); }
64 inline void SetConnectionName(
const char* value) { m_connectionNameHasBeenSet =
true; m_connectionName.assign(value); }
87 bool m_tableLocationHasBeenSet =
false;
90 bool m_connectionNameHasBeenSet =
false;
93 bool m_upsertKeysHasBeenSet =
false;
AWS_GLUE_API UpsertRedshiftTargetOptions()
bool UpsertKeysHasBeenSet() const
void SetConnectionName(const Aws::String &value)
UpsertRedshiftTargetOptions & WithConnectionName(Aws::String &&value)
void SetTableLocation(Aws::String &&value)
const Aws::String & GetConnectionName() const
UpsertRedshiftTargetOptions & WithTableLocation(const Aws::String &value)
const Aws::String & GetTableLocation() const
void SetUpsertKeys(const Aws::Vector< Aws::String > &value)
void SetTableLocation(const Aws::String &value)
UpsertRedshiftTargetOptions & AddUpsertKeys(const char *value)
AWS_GLUE_API UpsertRedshiftTargetOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
UpsertRedshiftTargetOptions & WithTableLocation(const char *value)
UpsertRedshiftTargetOptions & WithConnectionName(const Aws::String &value)
void SetConnectionName(const char *value)
UpsertRedshiftTargetOptions & WithUpsertKeys(Aws::Vector< Aws::String > &&value)
void SetTableLocation(const char *value)
UpsertRedshiftTargetOptions & WithTableLocation(Aws::String &&value)
const Aws::Vector< Aws::String > & GetUpsertKeys() const
UpsertRedshiftTargetOptions & WithConnectionName(const char *value)
bool ConnectionNameHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
UpsertRedshiftTargetOptions & WithUpsertKeys(const Aws::Vector< Aws::String > &value)
bool TableLocationHasBeenSet() const
UpsertRedshiftTargetOptions & AddUpsertKeys(Aws::String &&value)
AWS_GLUE_API UpsertRedshiftTargetOptions(Aws::Utils::Json::JsonView jsonValue)
void SetUpsertKeys(Aws::Vector< Aws::String > &&value)
UpsertRedshiftTargetOptions & AddUpsertKeys(const Aws::String &value)
void SetConnectionName(Aws::String &&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