7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Route53RecoveryReadiness {
38 template <
typename CellsT = Aws::Vector<Aws::String>>
40 m_cellsHasBeenSet =
true;
41 m_cells = std::forward<CellsT>(value);
43 template <
typename CellsT = Aws::Vector<Aws::String>>
45 SetCells(std::forward<CellsT>(value));
48 template <
typename CellsT = Aws::String>
50 m_cellsHasBeenSet =
true;
51 m_cells.emplace_back(std::forward<CellsT>(value));
61 template <
typename RecoveryGroupArnT = Aws::String>
63 m_recoveryGroupArnHasBeenSet =
true;
64 m_recoveryGroupArn = std::forward<RecoveryGroupArnT>(value);
66 template <
typename RecoveryGroupArnT = Aws::String>
78 template <
typename RecoveryGroupNameT = Aws::String>
80 m_recoveryGroupNameHasBeenSet =
true;
81 m_recoveryGroupName = std::forward<RecoveryGroupNameT>(value);
83 template <
typename RecoveryGroupNameT = Aws::String>
95 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 m_tagsHasBeenSet =
true;
98 m_tags = std::forward<TagsT>(value);
100 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 SetTags(std::forward<TagsT>(value));
105 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
107 m_tagsHasBeenSet =
true;
108 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
116 template <
typename RequestIdT = Aws::String>
118 m_requestIdHasBeenSet =
true;
119 m_requestId = std::forward<RequestIdT>(value);
121 template <
typename RequestIdT = Aws::String>
140 bool m_cellsHasBeenSet =
false;
141 bool m_recoveryGroupArnHasBeenSet =
false;
142 bool m_recoveryGroupNameHasBeenSet =
false;
143 bool m_tagsHasBeenSet =
false;
144 bool m_requestIdHasBeenSet =
false;
AWS_ROUTE53RECOVERYREADINESS_API UpdateRecoveryGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROUTE53RECOVERYREADINESS_API UpdateRecoveryGroupResult()=default
UpdateRecoveryGroupResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
UpdateRecoveryGroupResult & WithRecoveryGroupName(RecoveryGroupNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetRecoveryGroupArn(RecoveryGroupArnT &&value)
void SetRecoveryGroupName(RecoveryGroupNameT &&value)
UpdateRecoveryGroupResult & WithTags(TagsT &&value)
const Aws::String & GetRequestId() const
AWS_ROUTE53RECOVERYREADINESS_API UpdateRecoveryGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRecoveryGroupName() const
UpdateRecoveryGroupResult & WithCells(CellsT &&value)
UpdateRecoveryGroupResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRecoveryGroupArn() const
void SetCells(CellsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateRecoveryGroupResult & AddCells(CellsT &&value)
void SetTags(TagsT &&value)
const Aws::Vector< Aws::String > & GetCells() const
void SetRequestId(RequestIdT &&value)
UpdateRecoveryGroupResult & WithRecoveryGroupArn(RecoveryGroupArnT &&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