7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
23namespace Route53RecoveryReadiness
66 inline void SetRecoveryGroupArn(
const char* value) { m_recoveryGroupArnHasBeenSet =
true; m_recoveryGroupArn.assign(value); }
80 inline void SetRecoveryGroupName(
const char* value) { m_recoveryGroupNameHasBeenSet =
true; m_recoveryGroupName.assign(value); }
102 inline RecoveryGroupOutput&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
107 bool m_cellsHasBeenSet =
false;
110 bool m_recoveryGroupArnHasBeenSet =
false;
113 bool m_recoveryGroupNameHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
void SetRecoveryGroupName(Aws::String &&value)
RecoveryGroupOutput & AddTags(const Aws::String &key, const Aws::String &value)
AWS_ROUTE53RECOVERYREADINESS_API RecoveryGroupOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
RecoveryGroupOutput & AddCells(const char *value)
void SetCells(Aws::Vector< Aws::String > &&value)
bool TagsHasBeenSet() const
RecoveryGroupOutput & AddCells(Aws::String &&value)
void SetRecoveryGroupName(const Aws::String &value)
RecoveryGroupOutput & AddTags(Aws::String &&key, const char *value)
RecoveryGroupOutput & AddTags(Aws::String &&key, const Aws::String &value)
void SetRecoveryGroupName(const char *value)
void SetRecoveryGroupArn(const Aws::String &value)
const Aws::String & GetRecoveryGroupArn() const
RecoveryGroupOutput & AddTags(Aws::String &&key, Aws::String &&value)
bool RecoveryGroupArnHasBeenSet() const
RecoveryGroupOutput & AddCells(const Aws::String &value)
void SetRecoveryGroupArn(const char *value)
RecoveryGroupOutput & WithRecoveryGroupName(Aws::String &&value)
AWS_ROUTE53RECOVERYREADINESS_API RecoveryGroupOutput(Aws::Utils::Json::JsonView jsonValue)
RecoveryGroupOutput & WithCells(Aws::Vector< Aws::String > &&value)
bool RecoveryGroupNameHasBeenSet() const
RecoveryGroupOutput & WithRecoveryGroupName(const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Vector< Aws::String > & GetCells() const
RecoveryGroupOutput & AddTags(const char *key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
RecoveryGroupOutput & WithCells(const Aws::Vector< Aws::String > &value)
RecoveryGroupOutput & AddTags(const Aws::String &key, Aws::String &&value)
RecoveryGroupOutput & AddTags(const char *key, const char *value)
RecoveryGroupOutput & WithRecoveryGroupArn(Aws::String &&value)
RecoveryGroupOutput & WithRecoveryGroupArn(const char *value)
RecoveryGroupOutput & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
RecoveryGroupOutput & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
RecoveryGroupOutput & WithRecoveryGroupName(const Aws::String &value)
void SetRecoveryGroupArn(Aws::String &&value)
const Aws::String & GetRecoveryGroupName() const
bool CellsHasBeenSet() const
RecoveryGroupOutput & WithRecoveryGroupArn(const Aws::String &value)
void SetCells(const Aws::Vector< Aws::String > &value)
AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ROUTE53RECOVERYREADINESS_API RecoveryGroupOutput()
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