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 {
42 template <
typename CellArnT = Aws::String>
44 m_cellArnHasBeenSet =
true;
45 m_cellArn = std::forward<CellArnT>(value);
47 template <
typename CellArnT = Aws::String>
60 template <
typename CellNameT = Aws::String>
62 m_cellNameHasBeenSet =
true;
63 m_cellName = std::forward<CellNameT>(value);
65 template <
typename CellNameT = Aws::String>
78 template <
typename CellsT = Aws::Vector<Aws::String>>
80 m_cellsHasBeenSet =
true;
81 m_cells = std::forward<CellsT>(value);
83 template <
typename CellsT = Aws::Vector<Aws::String>>
85 SetCells(std::forward<CellsT>(value));
88 template <
typename CellsT = Aws::String>
90 m_cellsHasBeenSet =
true;
91 m_cells.emplace_back(std::forward<CellsT>(value));
104 template <
typename ParentReadinessScopesT = Aws::Vector<Aws::String>>
106 m_parentReadinessScopesHasBeenSet =
true;
107 m_parentReadinessScopes = std::forward<ParentReadinessScopesT>(value);
109 template <
typename ParentReadinessScopesT = Aws::Vector<Aws::String>>
114 template <
typename ParentReadinessScopesT = Aws::String>
116 m_parentReadinessScopesHasBeenSet =
true;
117 m_parentReadinessScopes.emplace_back(std::forward<ParentReadinessScopesT>(value));
128 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 m_tagsHasBeenSet =
true;
131 m_tags = std::forward<TagsT>(value);
133 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 SetTags(std::forward<TagsT>(value));
138 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
140 m_tagsHasBeenSet =
true;
141 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
155 bool m_cellArnHasBeenSet =
false;
156 bool m_cellNameHasBeenSet =
false;
157 bool m_cellsHasBeenSet =
false;
158 bool m_parentReadinessScopesHasBeenSet =
false;
159 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
CellOutput & WithParentReadinessScopes(ParentReadinessScopesT &&value)
bool CellArnHasBeenSet() const
AWS_ROUTE53RECOVERYREADINESS_API CellOutput()=default
AWS_ROUTE53RECOVERYREADINESS_API CellOutput(Aws::Utils::Json::JsonView jsonValue)
bool CellsHasBeenSet() const
AWS_ROUTE53RECOVERYREADINESS_API CellOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
CellOutput & WithTags(TagsT &&value)
bool CellNameHasBeenSet() const
void SetCellName(CellNameT &&value)
const Aws::String & GetCellArn() const
const Aws::Vector< Aws::String > & GetCells() const
bool ParentReadinessScopesHasBeenSet() const
AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCells(CellsT &&value)
CellOutput & WithCellArn(CellArnT &&value)
CellOutput & AddTags(TagsKeyT &&key, TagsValueT &&value)
CellOutput & WithCellName(CellNameT &&value)
void SetParentReadinessScopes(ParentReadinessScopesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetCellName() const
void SetCellArn(CellArnT &&value)
void SetTags(TagsT &&value)
CellOutput & AddParentReadinessScopes(ParentReadinessScopesT &&value)
CellOutput & WithCells(CellsT &&value)
CellOutput & AddCells(CellsT &&value)
const Aws::Vector< Aws::String > & GetParentReadinessScopes() 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