7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/route53-recovery-readiness/Route53RecoveryReadinessRequest.h>
10#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
15namespace Route53RecoveryReadiness {
38 template <
typename CellNameT = Aws::String>
40 m_cellNameHasBeenSet =
true;
41 m_cellName = std::forward<CellNameT>(value);
43 template <
typename CellNameT = Aws::String>
57 template <
typename CellsT = Aws::Vector<Aws::String>>
59 m_cellsHasBeenSet =
true;
60 m_cells = std::forward<CellsT>(value);
62 template <
typename CellsT = Aws::Vector<Aws::String>>
64 SetCells(std::forward<CellsT>(value));
67 template <
typename CellsT = Aws::String>
69 m_cellsHasBeenSet =
true;
70 m_cells.emplace_back(std::forward<CellsT>(value));
78 bool m_cellNameHasBeenSet =
false;
79 bool m_cellsHasBeenSet =
false;
UpdateCellRequest & WithCells(CellsT &&value)
UpdateCellRequest & AddCells(CellsT &&value)
void SetCells(CellsT &&value)
bool CellsHasBeenSet() const
const Aws::String & GetCellName() const
UpdateCellRequest & WithCellName(CellNameT &&value)
AWS_ROUTE53RECOVERYREADINESS_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetCells() const
AWS_ROUTE53RECOVERYREADINESS_API UpdateCellRequest()=default
virtual const char * GetServiceRequestName() const override
void SetCellName(CellNameT &&value)
bool CellNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector