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>
15namespace Route53RecoveryReadiness
42 template<
typename CellNameT = Aws::String>
43 void SetCellName(CellNameT&& value) { m_cellNameHasBeenSet =
true; m_cellName = std::forward<CellNameT>(value); }
44 template<
typename CellNameT = Aws::String>
55 template<
typename CellsT = Aws::Vector<Aws::String>>
56 void SetCells(CellsT&& value) { m_cellsHasBeenSet =
true; m_cells = std::forward<CellsT>(value); }
57 template<
typename CellsT = Aws::Vector<Aws::String>>
59 template<
typename CellsT = Aws::String>
60 UpdateCellRequest&
AddCells(CellsT&& value) { m_cellsHasBeenSet =
true; m_cells.emplace_back(std::forward<CellsT>(value));
return *
this; }
65 bool m_cellNameHasBeenSet =
false;
68 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