7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sesv2/model/TopicPreference.h>
52 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
93 inline void SetUnsubscribeAll(
bool value) { m_unsubscribeAllHasBeenSet =
true; m_unsubscribeAll = value; }
111 bool m_emailAddressHasBeenSet =
false;
114 bool m_topicPreferencesHasBeenSet =
false;
117 bool m_topicDefaultPreferencesHasBeenSet =
false;
119 bool m_unsubscribeAll;
120 bool m_unsubscribeAllHasBeenSet =
false;
123 bool m_lastUpdatedTimestampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue