7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/route53-recovery-readiness/Route53RecoveryReadinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16namespace Route53RecoveryReadiness
43 template<
typename CellNameT = Aws::String>
44 void SetCellName(CellNameT&& value) { m_cellNameHasBeenSet =
true; m_cellName = std::forward<CellNameT>(value); }
45 template<
typename CellNameT = Aws::String>
57 template<
typename CellsT = Aws::Vector<Aws::String>>
58 void SetCells(CellsT&& value) { m_cellsHasBeenSet =
true; m_cells = std::forward<CellsT>(value); }
59 template<
typename CellsT = Aws::Vector<Aws::String>>
61 template<
typename CellsT = Aws::String>
62 CreateCellRequest&
AddCells(CellsT&& value) { m_cellsHasBeenSet =
true; m_cells.emplace_back(std::forward<CellsT>(value));
return *
this; }
69 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
70 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
71 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
73 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
75 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
81 bool m_cellNameHasBeenSet =
false;
84 bool m_cellsHasBeenSet =
false;
87 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