7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DatabaseT = Aws::String>
61 m_databaseHasBeenSet =
true;
62 m_database = std::forward<DatabaseT>(value);
64 template <
typename DatabaseT = Aws::String>
77 template <
typename TableT = Aws::String>
79 m_tableHasBeenSet =
true;
80 m_table = std::forward<TableT>(value);
82 template <
typename TableT = Aws::String>
84 SetTable(std::forward<TableT>(value));
94 bool m_nameHasBeenSet =
false;
95 bool m_databaseHasBeenSet =
false;
96 bool m_tableHasBeenSet =
false;
RelationalCatalogSource & WithDatabase(DatabaseT &&value)
const Aws::String & GetName() const
void SetDatabase(DatabaseT &&value)
AWS_GLUE_API RelationalCatalogSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTable() const
RelationalCatalogSource & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_GLUE_API RelationalCatalogSource()=default
bool TableHasBeenSet() const
bool DatabaseHasBeenSet() const
RelationalCatalogSource & WithTable(TableT &&value)
AWS_GLUE_API RelationalCatalogSource(Aws::Utils::Json::JsonView jsonValue)
void SetTable(TableT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
const Aws::String & GetDatabase() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue