7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename CatalogIdT = Aws::String>
43 m_catalogIdHasBeenSet =
true;
44 m_catalogId = std::forward<CatalogIdT>(value);
46 template <
typename CatalogIdT = Aws::String>
59 template <
typename DatabaseNameT = Aws::String>
61 m_databaseNameHasBeenSet =
true;
62 m_databaseName = std::forward<DatabaseNameT>(value);
64 template <
typename DatabaseNameT = Aws::String>
77 template <
typename RegionT = Aws::String>
79 m_regionHasBeenSet =
true;
80 m_region = std::forward<RegionT>(value);
82 template <
typename RegionT = Aws::String>
94 bool m_catalogIdHasBeenSet =
false;
95 bool m_databaseNameHasBeenSet =
false;
96 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