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>
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
88 m_statusHasBeenSet =
true;
102 template <
typename CreatedTimeT = Aws::String>
104 m_createdTimeHasBeenSet =
true;
105 m_createdTime = std::forward<CreatedTimeT>(value);
107 template <
typename CreatedTimeT = Aws::String>
119 template <
typename UpdatedTimeT = Aws::String>
121 m_updatedTimeHasBeenSet =
true;
122 m_updatedTime = std::forward<UpdatedTimeT>(value);
124 template <
typename UpdatedTimeT = Aws::String>
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
162 bool m_registryNameHasBeenSet =
false;
163 bool m_registryArnHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
165 bool m_statusHasBeenSet =
false;
166 bool m_createdTimeHasBeenSet =
false;
167 bool m_updatedTimeHasBeenSet =
false;
168 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const Aws::String & GetUpdatedTime() const
void SetCreatedTime(CreatedTimeT &&value)
void SetStatus(RegistryStatus value)
const Aws::String & GetRequestId() const
AWS_GLUE_API GetRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRegistryResult & WithStatus(RegistryStatus value)
void SetRegistryArn(RegistryArnT &&value)
const Aws::String & GetRegistryName() const
AWS_GLUE_API GetRegistryResult()=default
GetRegistryResult & WithUpdatedTime(UpdatedTimeT &&value)
GetRegistryResult & WithDescription(DescriptionT &&value)
void SetRegistryName(RegistryNameT &&value)
RegistryStatus GetStatus() const
void SetUpdatedTime(UpdatedTimeT &&value)
const Aws::String & GetCreatedTime() const
GetRegistryResult & WithRegistryArn(RegistryArnT &&value)
const Aws::String & GetRegistryArn() const
GetRegistryResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API GetRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
GetRegistryResult & WithRegistryName(RegistryNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetRegistryResult & WithCreatedTime(CreatedTimeT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue