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/core/utils/memory/stl/AWSVector.h>
11#include <aws/sesv2/model/Topic.h>
12#include <aws/sesv2/model/Tag.h>
46 inline void SetContactListName(
const char* value) { m_contactListNameHasBeenSet =
true; m_contactListName.assign(value); }
75 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
97 bool m_contactListNameHasBeenSet =
false;
100 bool m_topicsHasBeenSet =
false;
103 bool m_descriptionHasBeenSet =
false;
106 bool m_tagsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector