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/Route53RecoveryReadinessRequest.h>
11#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
16namespace Route53RecoveryReadiness {
39 template <
typename CellNameT = Aws::String>
41 m_cellNameHasBeenSet =
true;
42 m_cellName = std::forward<CellNameT>(value);
44 template <
typename CellNameT = Aws::String>
59 template <
typename CellsT = Aws::Vector<Aws::String>>
61 m_cellsHasBeenSet =
true;
62 m_cells = std::forward<CellsT>(value);
64 template <
typename CellsT = Aws::Vector<Aws::String>>
66 SetCells(std::forward<CellsT>(value));
69 template <
typename CellsT = Aws::String>
71 m_cellsHasBeenSet =
true;
72 m_cells.emplace_back(std::forward<CellsT>(value));
81 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
83 m_tagsHasBeenSet =
true;
84 m_tags = std::forward<TagsT>(value);
86 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 SetTags(std::forward<TagsT>(value));
91 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
93 m_tagsHasBeenSet =
true;
94 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
104 bool m_cellNameHasBeenSet =
false;
105 bool m_cellsHasBeenSet =
false;
106 bool m_tagsHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetCells(CellsT &&value)
AWS_ROUTE53RECOVERYREADINESS_API CreateCellRequest()=default
virtual const char * GetServiceRequestName() const override
void SetCellName(CellNameT &&value)
const Aws::Vector< Aws::String > & GetCells() const
CreateCellRequest & WithTags(TagsT &&value)
CreateCellRequest & WithCells(CellsT &&value)
const Aws::String & GetCellName() const
AWS_ROUTE53RECOVERYREADINESS_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
bool CellNameHasBeenSet() const
CreateCellRequest & AddCells(CellsT &&value)
bool CellsHasBeenSet() const
CreateCellRequest & WithCellName(CellNameT &&value)
CreateCellRequest & AddTags(TagsKeyT &&key, TagsValueT &&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