7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/Catalog.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename CatalogT = Catalog>
38 m_catalogHasBeenSet =
true;
39 m_catalog = std::forward<CatalogT>(value);
41 template <
typename CatalogT = Catalog>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
64 bool m_catalogHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetCatalogResult & WithCatalog(CatalogT &&value)
AWS_GLUE_API GetCatalogResult()=default
GetCatalogResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API GetCatalogResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Catalog & GetCatalog() const
void SetCatalog(CatalogT &&value)
AWS_GLUE_API GetCatalogResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue