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 {
42 template <
typename CellsT = Aws::Vector<Aws::String>>
44 m_cellsHasBeenSet =
true;
45 m_cells = std::forward<CellsT>(value);
47 template <
typename CellsT = Aws::Vector<Aws::String>>
49 SetCells(std::forward<CellsT>(value));
52 template <
typename CellsT = Aws::String>
54 m_cellsHasBeenSet =
true;
55 m_cells.emplace_back(std::forward<CellsT>(value));
66 template <
typename RecoveryGroupNameT = Aws::String>
68 m_recoveryGroupNameHasBeenSet =
true;
69 m_recoveryGroupName = std::forward<RecoveryGroupNameT>(value);
71 template <
typename RecoveryGroupNameT = Aws::String>
81 bool m_cellsHasBeenSet =
false;
82 bool m_recoveryGroupNameHasBeenSet =
false;
bool RecoveryGroupNameHasBeenSet() const
UpdateRecoveryGroupRequest & WithCells(CellsT &&value)
AWS_ROUTE53RECOVERYREADINESS_API UpdateRecoveryGroupRequest()=default
AWS_ROUTE53RECOVERYREADINESS_API Aws::String SerializePayload() const override
const Aws::String & GetRecoveryGroupName() const
UpdateRecoveryGroupRequest & WithRecoveryGroupName(RecoveryGroupNameT &&value)
const Aws::Vector< Aws::String > & GetCells() const
void SetCells(CellsT &&value)
UpdateRecoveryGroupRequest & AddCells(CellsT &&value)
void SetRecoveryGroupName(RecoveryGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
bool CellsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector