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
54 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
70 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_pageSizeHasBeenSet =
false;
AWS_PINPOINTEMAIL_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetPageSize(int value)
const Aws::String & GetNextToken() const
ListConfigurationSetsRequest & WithNextToken(const Aws::String &value)
void SetNextToken(Aws::String &&value)
ListConfigurationSetsRequest & WithPageSize(int value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
ListConfigurationSetsRequest & WithNextToken(const char *value)
AWS_PINPOINTEMAIL_API ListConfigurationSetsRequest()
void SetNextToken(const Aws::String &value)
bool PageSizeHasBeenSet() const
void SetNextToken(const char *value)
ListConfigurationSetsRequest & WithNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String