7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DatabaseT = Aws::String>
60 m_databaseHasBeenSet =
true;
61 m_database = std::forward<DatabaseT>(value);
63 template <
typename DatabaseT = Aws::String>
76 template <
typename TableT = Aws::String>
78 m_tableHasBeenSet =
true;
79 m_table = std::forward<TableT>(value);
81 template <
typename TableT = Aws::String>
83 SetTable(std::forward<TableT>(value));
95 template <
typename RedshiftTmpDirT = Aws::String>
97 m_redshiftTmpDirHasBeenSet =
true;
98 m_redshiftTmpDir = std::forward<RedshiftTmpDirT>(value);
100 template <
typename RedshiftTmpDirT = Aws::String>
113 template <
typename TmpDirIAMRoleT = Aws::String>
115 m_tmpDirIAMRoleHasBeenSet =
true;
116 m_tmpDirIAMRole = std::forward<TmpDirIAMRoleT>(value);
118 template <
typename TmpDirIAMRoleT = Aws::String>
134 bool m_nameHasBeenSet =
false;
135 bool m_databaseHasBeenSet =
false;
136 bool m_tableHasBeenSet =
false;
137 bool m_redshiftTmpDirHasBeenSet =
false;
138 bool m_tmpDirIAMRoleHasBeenSet =
false;
RedshiftSource & WithRedshiftTmpDir(RedshiftTmpDirT &&value)
RedshiftSource & WithTmpDirIAMRole(TmpDirIAMRoleT &&value)
AWS_GLUE_API RedshiftSource & operator=(Aws::Utils::Json::JsonView jsonValue)
RedshiftSource & WithName(NameT &&value)
bool TmpDirIAMRoleHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool TableHasBeenSet() const
void SetTable(TableT &&value)
AWS_GLUE_API RedshiftSource(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetDatabase() const
RedshiftSource & WithTable(TableT &&value)
bool DatabaseHasBeenSet() const
void SetRedshiftTmpDir(RedshiftTmpDirT &&value)
bool RedshiftTmpDirHasBeenSet() const
AWS_GLUE_API RedshiftSource()=default
const Aws::String & GetName() const
void SetTmpDirIAMRole(TmpDirIAMRoleT &&value)
const Aws::String & GetRedshiftTmpDir() const
const Aws::String & GetTable() const
bool NameHasBeenSet() const
RedshiftSource & WithDatabase(DatabaseT &&value)
void SetDatabase(DatabaseT &&value)
const Aws::String & GetTmpDirIAMRole() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue