7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sesv2/model/ListContactsFilter.h>
44 inline void SetContactListName(
const char* value) { m_contactListNameHasBeenSet =
true; m_contactListName.assign(value); }
73 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
88 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
96 bool m_contactListNameHasBeenSet =
false;
99 bool m_filterHasBeenSet =
false;
102 bool m_pageSizeHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String