7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/schemas/Schemas_EXPORTS.h>
36 template <
typename RegistryArnT = Aws::String>
38 m_registryArnHasBeenSet =
true;
39 m_registryArn = std::forward<RegistryArnT>(value);
41 template <
typename RegistryArnT = Aws::String>
54 template <
typename RegistryNameT = Aws::String>
56 m_registryNameHasBeenSet =
true;
57 m_registryName = std::forward<RegistryNameT>(value);
59 template <
typename RegistryNameT = Aws::String>
72 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
74 m_tagsHasBeenSet =
true;
75 m_tags = std::forward<TagsT>(value);
77 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
79 SetTags(std::forward<TagsT>(value));
82 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
84 m_tagsHasBeenSet =
true;
85 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
95 bool m_registryArnHasBeenSet =
false;
96 bool m_registryNameHasBeenSet =
false;
97 bool m_tagsHasBeenSet =
false;
bool RegistryArnHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_SCHEMAS_API RegistrySummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SCHEMAS_API RegistrySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SCHEMAS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TagsHasBeenSet() const
AWS_SCHEMAS_API RegistrySummary()=default
const Aws::String & GetRegistryName() const
void SetTags(TagsT &&value)
void SetRegistryName(RegistryNameT &&value)
RegistrySummary & WithTags(TagsT &&value)
RegistrySummary & WithRegistryName(RegistryNameT &&value)
void SetRegistryArn(RegistryArnT &&value)
bool RegistryNameHasBeenSet() const
RegistrySummary & WithRegistryArn(RegistryArnT &&value)
const Aws::String & GetRegistryArn() const
RegistrySummary & AddTags(TagsKeyT &&key, TagsValueT &&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