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
49 template<
typename CellsT = Aws::Vector<Aws::String>>
50 void SetCells(CellsT&& value) { m_cellsHasBeenSet =
true; m_cells = std::forward<CellsT>(value); }
51 template<
typename CellsT = Aws::Vector<Aws::String>>
53 template<
typename CellsT = Aws::String>
63 template<
typename RecoveryGroupArnT = Aws::String>
64 void SetRecoveryGroupArn(RecoveryGroupArnT&& value) { m_recoveryGroupArnHasBeenSet =
true; m_recoveryGroupArn = std::forward<RecoveryGroupArnT>(value); }
65 template<
typename RecoveryGroupArnT = Aws::String>
75 template<
typename RecoveryGroupNameT = Aws::String>
76 void SetRecoveryGroupName(RecoveryGroupNameT&& value) { m_recoveryGroupNameHasBeenSet =
true; m_recoveryGroupName = std::forward<RecoveryGroupNameT>(value); }
77 template<
typename RecoveryGroupNameT = Aws::String>
87 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
89 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
91 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
93 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
99 bool m_cellsHasBeenSet =
false;
102 bool m_recoveryGroupArnHasBeenSet =
false;
105 bool m_recoveryGroupNameHasBeenSet =
false;
108 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