7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/RegistryStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename RegistryNameT = Aws::String>
38 m_registryNameHasBeenSet =
true;
39 m_registryName = std::forward<RegistryNameT>(value);
41 template <
typename RegistryNameT = Aws::String>
53 template <
typename RegistryArnT = Aws::String>
55 m_registryArnHasBeenSet =
true;
56 m_registryArn = std::forward<RegistryArnT>(value);
58 template <
typename RegistryArnT = Aws::String>
72 m_statusHasBeenSet =
true;
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_registryNameHasBeenSet =
false;
107 bool m_registryArnHasBeenSet =
false;
108 bool m_statusHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetRegistryArn(RegistryArnT &&value)
const Aws::String & GetRegistryName() const
DeleteRegistryResult & WithRegistryArn(RegistryArnT &&value)
AWS_GLUE_API DeleteRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteRegistryResult & WithStatus(RegistryStatus value)
void SetStatus(RegistryStatus value)
AWS_GLUE_API DeleteRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegistryName(RegistryNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API DeleteRegistryResult()=default
const Aws::String & GetRegistryArn() const
const Aws::String & GetRequestId() const
DeleteRegistryResult & WithRegistryName(RegistryNameT &&value)
DeleteRegistryResult & WithRequestId(RequestIdT &&value)
RegistryStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue