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
51 inline void SetResourceSetArn(
const char* value) { m_resourceSetArnHasBeenSet =
true; m_resourceSetArn.assign(value); }
65 inline void SetResourceSetName(
const char* value) { m_resourceSetNameHasBeenSet =
true; m_resourceSetName.assign(value); }
88 inline void SetResourceSetType(
const char* value) { m_resourceSetTypeHasBeenSet =
true; m_resourceSetType.assign(value); }
122 inline ResourceSetOutput&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
127 bool m_resourceSetArnHasBeenSet =
false;
130 bool m_resourceSetNameHasBeenSet =
false;
133 bool m_resourceSetTypeHasBeenSet =
false;
136 bool m_resourcesHasBeenSet =
false;
139 bool m_tagsHasBeenSet =
false;
ResourceSetOutput & WithResourceSetArn(const Aws::String &value)
ResourceSetOutput & AddResources(const Resource &value)
const Aws::Vector< Resource > & GetResources() const
ResourceSetOutput & AddTags(Aws::String &&key, const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ResourceSetOutput & WithResourceSetType(const Aws::String &value)
ResourceSetOutput & AddResources(Resource &&value)
const Aws::String & GetResourceSetArn() const
ResourceSetOutput & WithResourceSetName(Aws::String &&value)
void SetResourceSetType(const char *value)
ResourceSetOutput & AddTags(const Aws::String &key, Aws::String &&value)
ResourceSetOutput & AddTags(const char *key, const char *value)
void SetResourceSetType(const Aws::String &value)
bool TagsHasBeenSet() const
const Aws::String & GetResourceSetName() const
void SetResources(Aws::Vector< Resource > &&value)
ResourceSetOutput & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool ResourceSetTypeHasBeenSet() const
void SetResourceSetArn(const char *value)
ResourceSetOutput & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetResources(const Aws::Vector< Resource > &value)
bool ResourceSetNameHasBeenSet() const
AWS_ROUTE53RECOVERYREADINESS_API ResourceSetOutput(Aws::Utils::Json::JsonView jsonValue)
ResourceSetOutput & AddTags(const Aws::String &key, const Aws::String &value)
ResourceSetOutput & AddTags(const char *key, Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
bool ResourcesHasBeenSet() const
ResourceSetOutput & WithResourceSetArn(Aws::String &&value)
bool ResourceSetArnHasBeenSet() const
void SetResourceSetArn(const Aws::String &value)
ResourceSetOutput & WithResourceSetName(const Aws::String &value)
ResourceSetOutput & AddTags(Aws::String &&key, Aws::String &&value)
ResourceSetOutput & WithResourceSetType(const char *value)
AWS_ROUTE53RECOVERYREADINESS_API ResourceSetOutput()
ResourceSetOutput & WithResources(Aws::Vector< Resource > &&value)
const Aws::String & GetResourceSetType() const
void SetResourceSetArn(Aws::String &&value)
AWS_ROUTE53RECOVERYREADINESS_API ResourceSetOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceSetOutput & WithResourceSetType(Aws::String &&value)
void SetResourceSetName(const char *value)
ResourceSetOutput & WithResourceSetArn(const char *value)
ResourceSetOutput & WithResources(const Aws::Vector< Resource > &value)
ResourceSetOutput & WithResourceSetName(const char *value)
void SetResourceSetName(const Aws::String &value)
ResourceSetOutput & AddTags(Aws::String &&key, const char *value)
void SetResourceSetName(Aws::String &&value)
void SetResourceSetType(Aws::String &&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