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/TopicPreference.h>
45 inline void SetContactListName(
const char* value) { m_contactListNameHasBeenSet =
true; m_contactListName.assign(value); }
59 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
86 inline void SetUnsubscribeAll(
bool value) { m_unsubscribeAllHasBeenSet =
true; m_unsubscribeAll = value; }
98 inline void SetAttributesData(
const char* value) { m_attributesDataHasBeenSet =
true; m_attributesData.assign(value); }
106 bool m_contactListNameHasBeenSet =
false;
109 bool m_emailAddressHasBeenSet =
false;
112 bool m_topicPreferencesHasBeenSet =
false;
114 bool m_unsubscribeAll;
115 bool m_unsubscribeAllHasBeenSet =
false;
118 bool m_attributesDataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector