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>
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
87 m_statusHasBeenSet =
true;
101 template <
typename CreatedTimeT = Aws::String>
103 m_createdTimeHasBeenSet =
true;
104 m_createdTime = std::forward<CreatedTimeT>(value);
106 template <
typename CreatedTimeT = Aws::String>
118 template <
typename UpdatedTimeT = Aws::String>
120 m_updatedTimeHasBeenSet =
true;
121 m_updatedTime = std::forward<UpdatedTimeT>(value);
123 template <
typename UpdatedTimeT = Aws::String>
133 template <
typename RequestIdT = Aws::String>
135 m_requestIdHasBeenSet =
true;
136 m_requestId = std::forward<RequestIdT>(value);
138 template <
typename RequestIdT = Aws::String>
146 bool m_registryNameHasBeenSet =
false;
149 bool m_registryArnHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_statusHasBeenSet =
false;
158 bool m_createdTimeHasBeenSet =
false;
161 bool m_updatedTimeHasBeenSet =
false;
164 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)
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