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 {
37 template <
typename CellArnT = Aws::String>
39 m_cellArnHasBeenSet =
true;
40 m_cellArn = std::forward<CellArnT>(value);
42 template <
typename CellArnT = Aws::String>
54 template <
typename CellNameT = Aws::String>
56 m_cellNameHasBeenSet =
true;
57 m_cellName = std::forward<CellNameT>(value);
59 template <
typename CellNameT = Aws::String>
71 template <
typename CellsT = Aws::Vector<Aws::String>>
73 m_cellsHasBeenSet =
true;
74 m_cells = std::forward<CellsT>(value);
76 template <
typename CellsT = Aws::Vector<Aws::String>>
78 SetCells(std::forward<CellsT>(value));
81 template <
typename CellsT = Aws::String>
83 m_cellsHasBeenSet =
true;
84 m_cells.emplace_back(std::forward<CellsT>(value));
96 template <
typename ParentReadinessScopesT = Aws::Vector<Aws::String>>
98 m_parentReadinessScopesHasBeenSet =
true;
99 m_parentReadinessScopes = std::forward<ParentReadinessScopesT>(value);
101 template <
typename ParentReadinessScopesT = Aws::Vector<Aws::String>>
106 template <
typename ParentReadinessScopesT = Aws::String>
108 m_parentReadinessScopesHasBeenSet =
true;
109 m_parentReadinessScopes.emplace_back(std::forward<ParentReadinessScopesT>(value));
119 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
121 m_tagsHasBeenSet =
true;
122 m_tags = std::forward<TagsT>(value);
124 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 SetTags(std::forward<TagsT>(value));
129 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
131 m_tagsHasBeenSet =
true;
132 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
140 template <
typename RequestIdT = Aws::String>
142 m_requestIdHasBeenSet =
true;
143 m_requestId = std::forward<RequestIdT>(value);
145 template <
typename RequestIdT = Aws::String>
166 bool m_cellArnHasBeenSet =
false;
167 bool m_cellNameHasBeenSet =
false;
168 bool m_cellsHasBeenSet =
false;
169 bool m_parentReadinessScopesHasBeenSet =
false;
170 bool m_tagsHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
GetCellResult & WithCells(CellsT &&value)
GetCellResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetCellArn(CellArnT &&value)
const Aws::Vector< Aws::String > & GetCells() const
const Aws::Vector< Aws::String > & GetParentReadinessScopes() const
GetCellResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
GetCellResult & WithCellName(CellNameT &&value)
GetCellResult & WithTags(TagsT &&value)
AWS_ROUTE53RECOVERYREADINESS_API GetCellResult()=default
GetCellResult & AddCells(CellsT &&value)
void SetCellName(CellNameT &&value)
GetCellResult & WithParentReadinessScopes(ParentReadinessScopesT &&value)
void SetTags(TagsT &&value)
AWS_ROUTE53RECOVERYREADINESS_API GetCellResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCellArn() const
GetCellResult & WithCellArn(CellArnT &&value)
void SetParentReadinessScopes(ParentReadinessScopesT &&value)
void SetCells(CellsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
const Aws::String & GetCellName() const
AWS_ROUTE53RECOVERYREADINESS_API GetCellResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetCellResult & AddParentReadinessScopes(ParentReadinessScopesT &&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