7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename TableNameT = Aws::String>
43 m_tableNameHasBeenSet =
true;
44 m_tableName = std::forward<TableNameT>(value);
46 template <
typename TableNameT = Aws::String>
59 template <
typename CatalogT = Aws::String>
61 m_catalogHasBeenSet =
true;
62 m_catalog = std::forward<CatalogT>(value);
64 template <
typename CatalogT = Aws::String>
77 template <
typename DatabaseT = Aws::String>
79 m_databaseHasBeenSet =
true;
80 m_database = std::forward<DatabaseT>(value);
82 template <
typename DatabaseT = Aws::String>
94 bool m_tableNameHasBeenSet =
false;
95 bool m_catalogHasBeenSet =
false;
96 bool m_databaseHasBeenSet =
false;
const Aws::String & GetTableName() const
void SetTableName(TableNameT &&value)
DataCatalogConfig & WithCatalog(CatalogT &&value)
bool DatabaseHasBeenSet() const
const Aws::String & GetCatalog() const
const Aws::String & GetDatabase() const
AWS_SAGEMAKER_API DataCatalogConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
DataCatalogConfig & WithDatabase(DatabaseT &&value)
AWS_SAGEMAKER_API DataCatalogConfig(Aws::Utils::Json::JsonView jsonValue)
void SetDatabase(DatabaseT &&value)
void SetCatalog(CatalogT &&value)
bool CatalogHasBeenSet() const
DataCatalogConfig & WithTableName(TableNameT &&value)
bool TableNameHasBeenSet() const
AWS_SAGEMAKER_API DataCatalogConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue