7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/RegistryStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename RegistryNameT = Aws::String>
42 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
43 template<
typename RegistryNameT = Aws::String>
52 template<
typename RegistryArnT = Aws::String>
53 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet =
true; m_registryArn = std::forward<RegistryArnT>(value); }
54 template<
typename RegistryArnT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
83 template<
typename CreatedTimeT = Aws::String>
84 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
85 template<
typename CreatedTimeT = Aws::String>
94 template<
typename UpdatedTimeT = Aws::String>
95 void SetUpdatedTime(UpdatedTimeT&& value) { m_updatedTimeHasBeenSet =
true; m_updatedTime = std::forward<UpdatedTimeT>(value); }
96 template<
typename UpdatedTimeT = Aws::String>
103 template<
typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
105 template<
typename RequestIdT = Aws::String>
111 bool m_registryNameHasBeenSet =
false;
114 bool m_registryArnHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
120 bool m_statusHasBeenSet =
false;
123 bool m_createdTimeHasBeenSet =
false;
126 bool m_updatedTimeHasBeenSet =
false;
129 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