7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/schemas/Schemas_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename DescriptionT = Aws::String>
38 m_descriptionHasBeenSet =
true;
39 m_description = std::forward<DescriptionT>(value);
41 template <
typename DescriptionT = Aws::String>
53 template <
typename RegistryArnT = Aws::String>
55 m_registryArnHasBeenSet =
true;
56 m_registryArn = std::forward<RegistryArnT>(value);
58 template <
typename RegistryArnT = Aws::String>
70 template <
typename RegistryNameT = Aws::String>
72 m_registryNameHasBeenSet =
true;
73 m_registryName = std::forward<RegistryNameT>(value);
75 template <
typename RegistryNameT = Aws::String>
87 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 m_tagsHasBeenSet =
true;
90 m_tags = std::forward<TagsT>(value);
92 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 SetTags(std::forward<TagsT>(value));
97 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
99 m_tagsHasBeenSet =
true;
100 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
132 bool m_descriptionHasBeenSet =
false;
133 bool m_registryArnHasBeenSet =
false;
134 bool m_registryNameHasBeenSet =
false;
135 bool m_tagsHasBeenSet =
false;
136 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
void SetRegistryName(RegistryNameT &&value)
DescribeRegistryResult & WithRegistryArn(RegistryArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeRegistryResult & WithRequestId(RequestIdT &&value)
DescribeRegistryResult & WithRegistryName(RegistryNameT &&value)
AWS_SCHEMAS_API DescribeRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
AWS_SCHEMAS_API DescribeRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRegistryResult & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetRegistryArn() const
const Aws::String & GetRegistryName() const
AWS_SCHEMAS_API DescribeRegistryResult()=default
void SetRegistryArn(RegistryArnT &&value)
DescribeRegistryResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
DescribeRegistryResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
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