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 NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
95 template <
typename RegionT = Aws::String>
97 m_regionHasBeenSet =
true;
98 m_region = std::forward<RegionT>(value);
100 template <
typename RegionT = Aws::String>
114 bool m_catalogIdHasBeenSet =
false;
115 bool m_databaseNameHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
117 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