7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DatabaseT = Aws::String>
59 void SetDatabase(DatabaseT&& value) { m_databaseHasBeenSet =
true; m_database = std::forward<DatabaseT>(value); }
60 template<
typename DatabaseT = Aws::String>
70 template<
typename TableT = Aws::String>
71 void SetTable(TableT&& value) { m_tableHasBeenSet =
true; m_table = std::forward<TableT>(value); }
72 template<
typename TableT = Aws::String>
83 template<
typename RedshiftTmpDirT = Aws::String>
84 void SetRedshiftTmpDir(RedshiftTmpDirT&& value) { m_redshiftTmpDirHasBeenSet =
true; m_redshiftTmpDir = std::forward<RedshiftTmpDirT>(value); }
85 template<
typename RedshiftTmpDirT = Aws::String>
95 template<
typename TmpDirIAMRoleT = Aws::String>
96 void SetTmpDirIAMRole(TmpDirIAMRoleT&& value) { m_tmpDirIAMRoleHasBeenSet =
true; m_tmpDirIAMRole = std::forward<TmpDirIAMRoleT>(value); }
97 template<
typename TmpDirIAMRoleT = Aws::String>
103 bool m_nameHasBeenSet =
false;
106 bool m_databaseHasBeenSet =
false;
109 bool m_tableHasBeenSet =
false;
112 bool m_redshiftTmpDirHasBeenSet =
false;
115 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