7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/JDBCConnectionType.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DatabaseT = Aws::String>
60 void SetDatabase(DatabaseT&& value) { m_databaseHasBeenSet =
true; m_database = std::forward<DatabaseT>(value); }
61 template<
typename DatabaseT = Aws::String>
71 template<
typename TableT = Aws::String>
72 void SetTable(TableT&& value) { m_tableHasBeenSet =
true; m_table = std::forward<TableT>(value); }
73 template<
typename TableT = Aws::String>
83 template<
typename ConnectionNameT = Aws::String>
84 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
85 template<
typename ConnectionNameT = Aws::String>
105 template<
typename RedshiftTmpDirT = Aws::String>
106 void SetRedshiftTmpDir(RedshiftTmpDirT&& value) { m_redshiftTmpDirHasBeenSet =
true; m_redshiftTmpDir = std::forward<RedshiftTmpDirT>(value); }
107 template<
typename RedshiftTmpDirT = Aws::String>
113 bool m_nameHasBeenSet =
false;
116 bool m_databaseHasBeenSet =
false;
119 bool m_tableHasBeenSet =
false;
122 bool m_connectionNameHasBeenSet =
false;
125 bool m_connectionTypeHasBeenSet =
false;
128 bool m_redshiftTmpDirHasBeenSet =
false;
DirectJDBCSource & WithRedshiftTmpDir(RedshiftTmpDirT &&value)
bool ConnectionTypeHasBeenSet() const
AWS_GLUE_API DirectJDBCSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
DirectJDBCSource & WithConnectionName(ConnectionNameT &&value)
const Aws::String & GetName() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DatabaseHasBeenSet() const
void SetRedshiftTmpDir(RedshiftTmpDirT &&value)
void SetConnectionType(JDBCConnectionType value)
void SetName(NameT &&value)
AWS_GLUE_API DirectJDBCSource(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionName(ConnectionNameT &&value)
const Aws::String & GetTable() const
void SetTable(TableT &&value)
bool TableHasBeenSet() const
DirectJDBCSource & WithTable(TableT &&value)
const Aws::String & GetConnectionName() const
void SetDatabase(DatabaseT &&value)
AWS_GLUE_API DirectJDBCSource()=default
JDBCConnectionType GetConnectionType() const
bool ConnectionNameHasBeenSet() const
DirectJDBCSource & WithConnectionType(JDBCConnectionType value)
DirectJDBCSource & WithDatabase(DatabaseT &&value)
DirectJDBCSource & WithName(NameT &&value)
bool RedshiftTmpDirHasBeenSet() const
const Aws::String & GetDatabase() const
const Aws::String & GetRedshiftTmpDir() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue