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>
21namespace Route53RecoveryReadiness {
43 template <
typename CellsT = Aws::Vector<Aws::String>>
45 m_cellsHasBeenSet =
true;
46 m_cells = std::forward<CellsT>(value);
48 template <
typename CellsT = Aws::Vector<Aws::String>>
50 SetCells(std::forward<CellsT>(value));
53 template <
typename CellsT = Aws::String>
55 m_cellsHasBeenSet =
true;
56 m_cells.emplace_back(std::forward<CellsT>(value));
67 template <
typename RecoveryGroupArnT = Aws::String>
69 m_recoveryGroupArnHasBeenSet =
true;
70 m_recoveryGroupArn = std::forward<RecoveryGroupArnT>(value);
72 template <
typename RecoveryGroupArnT = Aws::String>
85 template <
typename RecoveryGroupNameT = Aws::String>
87 m_recoveryGroupNameHasBeenSet =
true;
88 m_recoveryGroupName = std::forward<RecoveryGroupNameT>(value);
90 template <
typename RecoveryGroupNameT = Aws::String>
103 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
105 m_tagsHasBeenSet =
true;
106 m_tags = std::forward<TagsT>(value);
108 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 SetTags(std::forward<TagsT>(value));
113 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true;
116 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
128 bool m_cellsHasBeenSet =
false;
129 bool m_recoveryGroupArnHasBeenSet =
false;
130 bool m_recoveryGroupNameHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
AWS_ROUTE53RECOVERYREADINESS_API RecoveryGroupOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TagsHasBeenSet() const
const Aws::String & GetRecoveryGroupArn() const
bool RecoveryGroupArnHasBeenSet() const
RecoveryGroupOutput & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_ROUTE53RECOVERYREADINESS_API RecoveryGroupOutput()=default
AWS_ROUTE53RECOVERYREADINESS_API RecoveryGroupOutput(Aws::Utils::Json::JsonView jsonValue)
RecoveryGroupOutput & AddCells(CellsT &&value)
bool RecoveryGroupNameHasBeenSet() const
RecoveryGroupOutput & WithCells(CellsT &&value)
const Aws::Vector< Aws::String > & GetCells() const
RecoveryGroupOutput & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetRecoveryGroupName(RecoveryGroupNameT &&value)
void SetCells(CellsT &&value)
void SetRecoveryGroupArn(RecoveryGroupArnT &&value)
RecoveryGroupOutput & WithRecoveryGroupName(RecoveryGroupNameT &&value)
void SetTags(TagsT &&value)
RecoveryGroupOutput & WithRecoveryGroupArn(RecoveryGroupArnT &&value)
const Aws::String & GetRecoveryGroupName() const
bool CellsHasBeenSet() const
AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const
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