7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
17namespace Route53Profiles {
47 m_maxResultsHasBeenSet =
true;
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_ROUTE53PROFILES_API ListProfilesRequest()=default
ListProfilesRequest & WithMaxResults(int value)
void SetMaxResults(int value)
ListProfilesRequest & WithNextToken(NextTokenT &&value)
AWS_ROUTE53PROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String