7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
66 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
72 bool m_nextTokenHasBeenSet =
false;
75 bool m_maxItemsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetMaxItems(int value)
AWS_SES_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
bool MaxItemsHasBeenSet() const
ListConfigurationSetsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
ListConfigurationSetsRequest & WithMaxItems(int value)
AWS_SES_API ListConfigurationSetsRequest()=default
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String