7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace PinpointEmail
52 template<
typename NextTokenT = Aws::String>
53 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
54 template<
typename NextTokenT = Aws::String>
68 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_pageSizeHasBeenSet =
false;
AWS_PINPOINTEMAIL_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetPageSize(int value)
ListConfigurationSetsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListConfigurationSetsRequest & WithPageSize(int value)
void SetNextToken(NextTokenT &&value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_PINPOINTEMAIL_API ListConfigurationSetsRequest()=default
bool PageSizeHasBeenSet() const
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String