7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/route53-recovery-readiness/Route53RecoveryReadinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace Route53RecoveryReadiness
46 template<
typename CellsT = Aws::Vector<Aws::String>>
47 void SetCells(CellsT&& value) { m_cellsHasBeenSet =
true; m_cells = std::forward<CellsT>(value); }
48 template<
typename CellsT = Aws::Vector<Aws::String>>
50 template<
typename CellsT = Aws::String>
60 template<
typename RecoveryGroupNameT = Aws::String>
61 void SetRecoveryGroupName(RecoveryGroupNameT&& value) { m_recoveryGroupNameHasBeenSet =
true; m_recoveryGroupName = std::forward<RecoveryGroupNameT>(value); }
62 template<
typename RecoveryGroupNameT = Aws::String>
68 bool m_cellsHasBeenSet =
false;
71 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