7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename RegistryNameT = Aws::String>
36 m_registryNameHasBeenSet =
true;
37 m_registryName = std::forward<RegistryNameT>(value);
39 template <
typename RegistryNameT = Aws::String>
51 template <
typename RegistryArnT = Aws::String>
53 m_registryArnHasBeenSet =
true;
54 m_registryArn = std::forward<RegistryArnT>(value);
56 template <
typename RegistryArnT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_registryNameHasBeenSet =
false;
84 bool m_registryArnHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRegistryArn() const
void SetRequestId(RequestIdT &&value)
void SetRegistryName(RegistryNameT &&value)
UpdateRegistryResult & WithRegistryArn(RegistryArnT &&value)
AWS_GLUE_API UpdateRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegistryArn(RegistryArnT &&value)
UpdateRegistryResult & WithRegistryName(RegistryNameT &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API UpdateRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API UpdateRegistryResult()=default
const Aws::String & GetRegistryName() const
UpdateRegistryResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue