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>
10#include <aws/glue/model/UpsertRedshiftTargetOptions.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline RedshiftTarget&
AddInputs(
const char* value) { m_inputsHasBeenSet =
true; m_inputs.push_back(value);
return *
this; }
79 inline void SetDatabase(
const char* value) { m_databaseHasBeenSet =
true; m_database.assign(value); }
93 inline void SetTable(
const char* value) { m_tableHasBeenSet =
true; m_table.assign(value); }
108 inline void SetRedshiftTmpDir(
const char* value) { m_redshiftTmpDirHasBeenSet =
true; m_redshiftTmpDir.assign(value); }
122 inline void SetTmpDirIAMRole(
const char* value) { m_tmpDirIAMRoleHasBeenSet =
true; m_tmpDirIAMRole.assign(value); }
143 bool m_nameHasBeenSet =
false;
146 bool m_inputsHasBeenSet =
false;
149 bool m_databaseHasBeenSet =
false;
152 bool m_tableHasBeenSet =
false;
155 bool m_redshiftTmpDirHasBeenSet =
false;
158 bool m_tmpDirIAMRoleHasBeenSet =
false;
161 bool m_upsertRedshiftOptionsHasBeenSet =
false;
void SetTable(Aws::String &&value)
const Aws::String & GetTmpDirIAMRole() const
void SetRedshiftTmpDir(const char *value)
void SetTable(const Aws::String &value)
bool RedshiftTmpDirHasBeenSet() const
void SetName(const char *value)
void SetRedshiftTmpDir(const Aws::String &value)
RedshiftTarget & WithDatabase(Aws::String &&value)
void SetUpsertRedshiftOptions(UpsertRedshiftTargetOptions &&value)
void SetDatabase(const char *value)
AWS_GLUE_API RedshiftTarget()
bool TableHasBeenSet() const
void SetDatabase(Aws::String &&value)
RedshiftTarget & AddInputs(Aws::String &&value)
RedshiftTarget & AddInputs(const Aws::String &value)
RedshiftTarget & WithRedshiftTmpDir(const char *value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
RedshiftTarget & WithTmpDirIAMRole(const char *value)
RedshiftTarget & WithDatabase(const char *value)
void SetName(const Aws::String &value)
RedshiftTarget & WithTable(Aws::String &&value)
RedshiftTarget & WithName(const Aws::String &value)
const Aws::Vector< Aws::String > & GetInputs() const
RedshiftTarget & WithInputs(Aws::Vector< Aws::String > &&value)
RedshiftTarget & WithName(const char *value)
void SetInputs(const Aws::Vector< Aws::String > &value)
const Aws::String & GetTable() const
bool UpsertRedshiftOptionsHasBeenSet() const
RedshiftTarget & WithRedshiftTmpDir(Aws::String &&value)
RedshiftTarget & AddInputs(const char *value)
void SetDatabase(const Aws::String &value)
AWS_GLUE_API RedshiftTarget(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetTmpDirIAMRole(Aws::String &&value)
void SetTmpDirIAMRole(const Aws::String &value)
RedshiftTarget & WithTmpDirIAMRole(const Aws::String &value)
bool TmpDirIAMRoleHasBeenSet() const
RedshiftTarget & WithInputs(const Aws::Vector< Aws::String > &value)
void SetUpsertRedshiftOptions(const UpsertRedshiftTargetOptions &value)
RedshiftTarget & WithDatabase(const Aws::String &value)
const Aws::String & GetDatabase() const
RedshiftTarget & WithTable(const Aws::String &value)
bool InputsHasBeenSet() const
bool DatabaseHasBeenSet() const
const UpsertRedshiftTargetOptions & GetUpsertRedshiftOptions() const
RedshiftTarget & WithRedshiftTmpDir(const Aws::String &value)
RedshiftTarget & WithUpsertRedshiftOptions(UpsertRedshiftTargetOptions &&value)
void SetName(Aws::String &&value)
const Aws::String & GetRedshiftTmpDir() const
AWS_GLUE_API RedshiftTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
RedshiftTarget & WithUpsertRedshiftOptions(const UpsertRedshiftTargetOptions &value)
RedshiftTarget & WithName(Aws::String &&value)
void SetTmpDirIAMRole(const char *value)
void SetTable(const char *value)
RedshiftTarget & WithTmpDirIAMRole(Aws::String &&value)
void SetRedshiftTmpDir(Aws::String &&value)
RedshiftTarget & WithTable(const char *value)
void SetInputs(Aws::Vector< Aws::String > &&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