7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename DescriptionT = Aws::String>
42 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
43 template<
typename DescriptionT = 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 RegistryNameT = Aws::String>
64 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
65 template<
typename RegistryNameT = Aws::String>
74 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
75 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
76 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
78 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
80 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
87 template<
typename RequestIdT = Aws::String>
88 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
89 template<
typename RequestIdT = Aws::String>
95 bool m_descriptionHasBeenSet =
false;
98 bool m_registryArnHasBeenSet =
false;
101 bool m_registryNameHasBeenSet =
false;
104 bool m_tagsHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
void SetRegistryName(RegistryNameT &&value)
DescribeRegistryResult & WithRegistryArn(RegistryArnT &&value)
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