7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/route53-recovery-readiness/model/Resource.h>
24namespace Route53RecoveryReadiness
49 template<
typename ResourceSetArnT = Aws::String>
50 void SetResourceSetArn(ResourceSetArnT&& value) { m_resourceSetArnHasBeenSet =
true; m_resourceSetArn = std::forward<ResourceSetArnT>(value); }
51 template<
typename ResourceSetArnT = Aws::String>
61 template<
typename ResourceSetNameT = Aws::String>
62 void SetResourceSetName(ResourceSetNameT&& value) { m_resourceSetNameHasBeenSet =
true; m_resourceSetName = std::forward<ResourceSetNameT>(value); }
63 template<
typename ResourceSetNameT = Aws::String>
82 template<
typename ResourceSetTypeT = Aws::String>
83 void SetResourceSetType(ResourceSetTypeT&& value) { m_resourceSetTypeHasBeenSet =
true; m_resourceSetType = std::forward<ResourceSetTypeT>(value); }
84 template<
typename ResourceSetTypeT = Aws::String>
94 template<
typename ResourcesT = Aws::Vector<Resource>>
95 void SetResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources = std::forward<ResourcesT>(value); }
96 template<
typename ResourcesT = Aws::Vector<Resource>>
98 template<
typename ResourcesT = Resource>
99 ResourceSetOutput&
AddResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources.emplace_back(std::forward<ResourcesT>(value));
return *
this; }
106 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
108 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
112 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
118 bool m_resourceSetArnHasBeenSet =
false;
121 bool m_resourceSetNameHasBeenSet =
false;
124 bool m_resourceSetTypeHasBeenSet =
false;
127 bool m_resourcesHasBeenSet =
false;
130 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