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 NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
83 template<
typename RegionT = Aws::String>
84 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
85 template<
typename RegionT = Aws::String>
91 bool m_catalogIdHasBeenSet =
false;
94 bool m_databaseNameHasBeenSet =
false;
97 bool m_nameHasBeenSet =
false;
100 bool m_regionHasBeenSet =
false;
AWS_GLUE_API TableIdentifier(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API TableIdentifier()=default
TableIdentifier & WithDatabaseName(DatabaseNameT &&value)
TableIdentifier & WithCatalogId(CatalogIdT &&value)
void SetCatalogId(CatalogIdT &&value)
bool CatalogIdHasBeenSet() const
const Aws::String & GetCatalogId() const
AWS_GLUE_API TableIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
TableIdentifier & WithRegion(RegionT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDatabaseName() const
const Aws::String & GetName() const
void SetDatabaseName(DatabaseNameT &&value)
const Aws::String & GetRegion() const
TableIdentifier & WithName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RegionHasBeenSet() const
bool DatabaseNameHasBeenSet() const
void SetRegion(RegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue