7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
11#include <aws/route53-recovery-readiness/model/Resource.h>
22namespace Route53RecoveryReadiness {
43 template <
typename ResourceSetArnT = Aws::String>
45 m_resourceSetArnHasBeenSet =
true;
46 m_resourceSetArn = std::forward<ResourceSetArnT>(value);
48 template <
typename ResourceSetArnT = Aws::String>
61 template <
typename ResourceSetNameT = Aws::String>
63 m_resourceSetNameHasBeenSet =
true;
64 m_resourceSetName = std::forward<ResourceSetNameT>(value);
66 template <
typename ResourceSetNameT = Aws::String>
88 template <
typename ResourceSetTypeT = Aws::String>
90 m_resourceSetTypeHasBeenSet =
true;
91 m_resourceSetType = std::forward<ResourceSetTypeT>(value);
93 template <
typename ResourceSetTypeT = Aws::String>
106 template <
typename ResourcesT = Aws::Vector<Resource>>
108 m_resourcesHasBeenSet =
true;
109 m_resources = std::forward<ResourcesT>(value);
111 template <
typename ResourcesT = Aws::Vector<Resource>>
116 template <
typename ResourcesT = Resource>
118 m_resourcesHasBeenSet =
true;
119 m_resources.emplace_back(std::forward<ResourcesT>(value));
128 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 m_tagsHasBeenSet =
true;
131 m_tags = std::forward<TagsT>(value);
133 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 SetTags(std::forward<TagsT>(value));
138 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
140 m_tagsHasBeenSet =
true;
141 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
155 bool m_resourceSetArnHasBeenSet =
false;
156 bool m_resourceSetNameHasBeenSet =
false;
157 bool m_resourceSetTypeHasBeenSet =
false;
158 bool m_resourcesHasBeenSet =
false;
159 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Resource > & GetResources() const
ResourceSetOutput & WithResourceSetArn(ResourceSetArnT &&value)
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetResourceSetArn() const
ResourceSetOutput & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
void SetResourceSetType(ResourceSetTypeT &&value)
const Aws::String & GetResourceSetName() const
void SetResourceSetArn(ResourceSetArnT &&value)
bool ResourceSetTypeHasBeenSet() const
AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceSetOutput & WithResourceSetName(ResourceSetNameT &&value)
ResourceSetOutput & WithResourceSetType(ResourceSetTypeT &&value)
bool ResourceSetNameHasBeenSet() const
AWS_ROUTE53RECOVERYREADINESS_API ResourceSetOutput(Aws::Utils::Json::JsonView jsonValue)
bool ResourcesHasBeenSet() const
ResourceSetOutput & WithResources(ResourcesT &&value)
bool ResourceSetArnHasBeenSet() const
void SetResources(ResourcesT &&value)
ResourceSetOutput & WithTags(TagsT &&value)
void SetResourceSetName(ResourceSetNameT &&value)
AWS_ROUTE53RECOVERYREADINESS_API ResourceSetOutput()=default
const Aws::String & GetResourceSetType() const
AWS_ROUTE53RECOVERYREADINESS_API ResourceSetOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceSetOutput & AddResources(ResourcesT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue