7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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>
79 bool m_nameHasBeenSet =
false;
82 bool m_databaseHasBeenSet =
false;
85 bool m_tableHasBeenSet =
false;
void SetDatabase(DatabaseT &&value)
bool NameHasBeenSet() const
CatalogSource & WithTable(TableT &&value)
CatalogSource & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_GLUE_API CatalogSource & operator=(Aws::Utils::Json::JsonView jsonValue)
CatalogSource & WithDatabase(DatabaseT &&value)
AWS_GLUE_API CatalogSource()=default
const Aws::String & GetDatabase() const
AWS_GLUE_API CatalogSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTable() const
bool TableHasBeenSet() const
void SetTable(TableT &&value)
const Aws::String & GetName() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DatabaseHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue