7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
62 inline void SetDatabase(
const char* value) { m_databaseHasBeenSet =
true; m_database.assign(value); }
76 inline void SetTable(
const char* value) { m_tableHasBeenSet =
true; m_table.assign(value); }
91 inline void SetRedshiftTmpDir(
const char* value) { m_redshiftTmpDirHasBeenSet =
true; m_redshiftTmpDir.assign(value); }
105 inline void SetTmpDirIAMRole(
const char* value) { m_tmpDirIAMRoleHasBeenSet =
true; m_tmpDirIAMRole.assign(value); }
113 bool m_nameHasBeenSet =
false;
116 bool m_databaseHasBeenSet =
false;
119 bool m_tableHasBeenSet =
false;
122 bool m_redshiftTmpDirHasBeenSet =
false;
125 bool m_tmpDirIAMRoleHasBeenSet =
false;
RedshiftSource & WithName(const char *value)
AWS_GLUE_API RedshiftSource()
RedshiftSource & WithDatabase(const char *value)
void SetTable(const char *value)
AWS_GLUE_API RedshiftSource & operator=(Aws::Utils::Json::JsonView jsonValue)
RedshiftSource & WithName(const Aws::String &value)
RedshiftSource & WithTable(Aws::String &&value)
void SetName(Aws::String &&value)
bool TmpDirIAMRoleHasBeenSet() const
RedshiftSource & WithRedshiftTmpDir(Aws::String &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
RedshiftSource & WithDatabase(Aws::String &&value)
bool TableHasBeenSet() const
void SetTable(const Aws::String &value)
RedshiftSource & WithTable(const Aws::String &value)
RedshiftSource & WithRedshiftTmpDir(const char *value)
void SetRedshiftTmpDir(const Aws::String &value)
AWS_GLUE_API RedshiftSource(Aws::Utils::Json::JsonView jsonValue)
RedshiftSource & WithTable(const char *value)
void SetTmpDirIAMRole(Aws::String &&value)
void SetName(const Aws::String &value)
RedshiftSource & WithTmpDirIAMRole(const Aws::String &value)
void SetRedshiftTmpDir(Aws::String &&value)
const Aws::String & GetDatabase() const
bool DatabaseHasBeenSet() const
void SetTable(Aws::String &&value)
void SetTmpDirIAMRole(const char *value)
bool RedshiftTmpDirHasBeenSet() const
void SetDatabase(Aws::String &&value)
RedshiftSource & WithName(Aws::String &&value)
RedshiftSource & WithDatabase(const Aws::String &value)
RedshiftSource & WithRedshiftTmpDir(const Aws::String &value)
RedshiftSource & WithTmpDirIAMRole(Aws::String &&value)
const Aws::String & GetName() const
RedshiftSource & WithTmpDirIAMRole(const char *value)
const Aws::String & GetRedshiftTmpDir() const
void SetDatabase(const Aws::String &value)
void SetTmpDirIAMRole(const Aws::String &value)
const Aws::String & GetTable() const
bool NameHasBeenSet() const
void SetName(const char *value)
void SetRedshiftTmpDir(const char *value)
void SetDatabase(const char *value)
const Aws::String & GetTmpDirIAMRole() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue