7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename RegistryArnT = Aws::String>
37 m_registryArnHasBeenSet =
true;
38 m_registryArn = std::forward<RegistryArnT>(value);
40 template <
typename RegistryArnT = Aws::String>
52 template <
typename RegistryNameT = Aws::String>
54 m_registryNameHasBeenSet =
true;
55 m_registryName = std::forward<RegistryNameT>(value);
57 template <
typename RegistryNameT = 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>
86 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 m_tagsHasBeenSet =
true;
89 m_tags = std::forward<TagsT>(value);
91 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
93 SetTags(std::forward<TagsT>(value));
96 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
98 m_tagsHasBeenSet =
true;
99 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
107 template <
typename RequestIdT = Aws::String>
109 m_requestIdHasBeenSet =
true;
110 m_requestId = std::forward<RequestIdT>(value);
112 template <
typename RequestIdT = Aws::String>
128 bool m_registryArnHasBeenSet =
false;
129 bool m_registryNameHasBeenSet =
false;
130 bool m_descriptionHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
CreateRegistryResult & WithDescription(DescriptionT &&value)
CreateRegistryResult & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetRegistryArn(RegistryArnT &&value)
CreateRegistryResult & WithRegistryArn(RegistryArnT &&value)
CreateRegistryResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetDescription() const
AWS_GLUE_API CreateRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
CreateRegistryResult & WithRequestId(RequestIdT &&value)
CreateRegistryResult & WithRegistryName(RegistryNameT &&value)
const Aws::String & GetRegistryArn() const
const Aws::String & GetRegistryName() const
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API CreateRegistryResult()=default
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API CreateRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegistryName(RegistryNameT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue