7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/RegistryStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename RegistryNameT = Aws::String>
37 m_registryNameHasBeenSet =
true;
38 m_registryName = std::forward<RegistryNameT>(value);
40 template <
typename RegistryNameT = Aws::String>
52 template <
typename RegistryArnT = Aws::String>
54 m_registryArnHasBeenSet =
true;
55 m_registryArn = std::forward<RegistryArnT>(value);
57 template <
typename RegistryArnT = Aws::String>
71 m_statusHasBeenSet =
true;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
96 bool m_registryNameHasBeenSet =
false;
99 bool m_registryArnHasBeenSet =
false;
102 bool m_statusHasBeenSet =
false;
105 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)
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