7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CatalogIdT = Aws::String>
48 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
49 template<
typename CatalogIdT = Aws::String>
59 template<
typename DatabaseNameT = Aws::String>
60 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
61 template<
typename DatabaseNameT = Aws::String>
71 template<
typename RegionT = Aws::String>
72 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
73 template<
typename RegionT = Aws::String>
79 bool m_catalogIdHasBeenSet =
false;
82 bool m_databaseNameHasBeenSet =
false;
85 bool m_regionHasBeenSet =
false;
const Aws::String & GetDatabaseName() const
DatabaseIdentifier & WithDatabaseName(DatabaseNameT &&value)
bool CatalogIdHasBeenSet() const
DatabaseIdentifier & WithRegion(RegionT &&value)
void SetDatabaseName(DatabaseNameT &&value)
AWS_GLUE_API DatabaseIdentifier(Aws::Utils::Json::JsonView jsonValue)
DatabaseIdentifier & WithCatalogId(CatalogIdT &&value)
const Aws::String & GetRegion() const
void SetRegion(RegionT &&value)
void SetCatalogId(CatalogIdT &&value)
AWS_GLUE_API DatabaseIdentifier()=default
AWS_GLUE_API DatabaseIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCatalogId() const
bool DatabaseNameHasBeenSet() const
bool RegionHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue