7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/JDBCConnectionType.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetDatabase(
const char* value) { m_databaseHasBeenSet =
true; m_database.assign(value); }
77 inline void SetTable(
const char* value) { m_tableHasBeenSet =
true; m_table.assign(value); }
91 inline void SetConnectionName(
const char* value) { m_connectionNameHasBeenSet =
true; m_connectionName.assign(value); }
117 inline void SetRedshiftTmpDir(
const char* value) { m_redshiftTmpDirHasBeenSet =
true; m_redshiftTmpDir.assign(value); }
125 bool m_nameHasBeenSet =
false;
128 bool m_databaseHasBeenSet =
false;
131 bool m_tableHasBeenSet =
false;
134 bool m_connectionNameHasBeenSet =
false;
137 bool m_connectionTypeHasBeenSet =
false;
140 bool m_redshiftTmpDirHasBeenSet =
false;
bool ConnectionTypeHasBeenSet() const
AWS_GLUE_API DirectJDBCSource()
AWS_GLUE_API DirectJDBCSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetTable(Aws::String &&value)
void SetConnectionName(Aws::String &&value)
void SetConnectionName(const Aws::String &value)
DirectJDBCSource & WithName(Aws::String &&value)
const Aws::String & GetName() const
void SetRedshiftTmpDir(Aws::String &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRedshiftTmpDir(const Aws::String &value)
bool DatabaseHasBeenSet() const
DirectJDBCSource & WithRedshiftTmpDir(const Aws::String &value)
DirectJDBCSource & WithConnectionType(const JDBCConnectionType &value)
DirectJDBCSource & WithConnectionType(JDBCConnectionType &&value)
AWS_GLUE_API DirectJDBCSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTable() const
void SetConnectionName(const char *value)
DirectJDBCSource & WithRedshiftTmpDir(const char *value)
bool TableHasBeenSet() const
void SetTable(const Aws::String &value)
void SetTable(const char *value)
const JDBCConnectionType & GetConnectionType() const
const Aws::String & GetConnectionName() const
DirectJDBCSource & WithRedshiftTmpDir(Aws::String &&value)
DirectJDBCSource & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
DirectJDBCSource & WithTable(Aws::String &&value)
DirectJDBCSource & WithConnectionName(Aws::String &&value)
void SetDatabase(const char *value)
DirectJDBCSource & WithConnectionName(const char *value)
void SetDatabase(const Aws::String &value)
DirectJDBCSource & WithName(const char *value)
void SetDatabase(Aws::String &&value)
bool ConnectionNameHasBeenSet() const
void SetName(const Aws::String &value)
void SetRedshiftTmpDir(const char *value)
DirectJDBCSource & WithDatabase(Aws::String &&value)
void SetName(const char *value)
DirectJDBCSource & WithDatabase(const char *value)
DirectJDBCSource & WithDatabase(const Aws::String &value)
bool RedshiftTmpDirHasBeenSet() const
DirectJDBCSource & WithTable(const char *value)
const Aws::String & GetDatabase() const
DirectJDBCSource & WithConnectionName(const Aws::String &value)
void SetConnectionType(const JDBCConnectionType &value)
DirectJDBCSource & WithTable(const Aws::String &value)
void SetConnectionType(JDBCConnectionType &&value)
const Aws::String & GetRedshiftTmpDir() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue