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>
18namespace Route53RecoveryReadiness
47 template<
typename CellNameT = Aws::String>
48 void SetCellName(CellNameT&& value) { m_cellNameHasBeenSet =
true; m_cellName = std::forward<CellNameT>(value); }
49 template<
typename CellNameT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_cellNameHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 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