7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename RegistryNameT = Aws::String>
41 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
42 template<
typename RegistryNameT = Aws::String>
51 template<
typename RegistryArnT = Aws::String>
52 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet =
true; m_registryArn = std::forward<RegistryArnT>(value); }
53 template<
typename RegistryArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_registryNameHasBeenSet =
false;
71 bool m_registryArnHasBeenSet =
false;
74 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