7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53-recovery-readiness/Route53RecoveryReadinessRequest.h>
9#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
17namespace Route53RecoveryReadiness {
42 template <
typename CellNameT = Aws::String>
44 m_cellNameHasBeenSet =
true;
45 m_cellName = std::forward<CellNameT>(value);
47 template <
typename CellNameT = Aws::String>
61 m_maxResultsHasBeenSet =
true;
76 template <
typename NextTokenT = Aws::String>
78 m_nextTokenHasBeenSet =
true;
79 m_nextToken = std::forward<NextTokenT>(value);
81 template <
typename NextTokenT = Aws::String>
93 bool m_cellNameHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
AWS_ROUTE53RECOVERYREADINESS_API Aws::String SerializePayload() const override
void SetCellName(CellNameT &&value)
const Aws::String & GetCellName() const
int GetMaxResults() const
AWS_ROUTE53RECOVERYREADINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
GetCellReadinessSummaryRequest & WithCellName(CellNameT &&value)
bool CellNameHasBeenSet() const
GetCellReadinessSummaryRequest & WithMaxResults(int value)
AWS_ROUTE53RECOVERYREADINESS_API GetCellReadinessSummaryRequest()=default
GetCellReadinessSummaryRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String