7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace Route53Profiles
51 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
74 bool m_maxResultsHasBeenSet =
false;
77 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