7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sesv2/model/KinesisFirehoseDestination.h>
10#include <aws/sesv2/model/CloudWatchDestination.h>
11#include <aws/sesv2/model/SnsDestination.h>
12#include <aws/sesv2/model/EventBridgeDestination.h>
13#include <aws/sesv2/model/PinpointDestination.h>
14#include <aws/sesv2/model/EventType.h>
59 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
152 bool m_enabledHasBeenSet =
false;
155 bool m_matchingEventTypesHasBeenSet =
false;
158 bool m_kinesisFirehoseDestinationHasBeenSet =
false;
161 bool m_cloudWatchDestinationHasBeenSet =
false;
164 bool m_snsDestinationHasBeenSet =
false;
167 bool m_eventBridgeDestinationHasBeenSet =
false;
170 bool m_pinpointDestinationHasBeenSet =
false;
EventDestinationDefinition & AddMatchingEventTypes(EventType &&value)
EventDestinationDefinition & WithKinesisFirehoseDestination(KinesisFirehoseDestination &&value)
EventDestinationDefinition & WithSnsDestination(const SnsDestination &value)
bool MatchingEventTypesHasBeenSet() const
const SnsDestination & GetSnsDestination() const
EventDestinationDefinition & WithEventBridgeDestination(const EventBridgeDestination &value)
bool KinesisFirehoseDestinationHasBeenSet() const
const Aws::Vector< EventType > & GetMatchingEventTypes() const
EventDestinationDefinition & WithPinpointDestination(PinpointDestination &&value)
bool EventBridgeDestinationHasBeenSet() const
void SetEnabled(bool value)
const CloudWatchDestination & GetCloudWatchDestination() const
AWS_SESV2_API EventDestinationDefinition()
void SetCloudWatchDestination(const CloudWatchDestination &value)
bool CloudWatchDestinationHasBeenSet() const
void SetMatchingEventTypes(Aws::Vector< EventType > &&value)
void SetPinpointDestination(PinpointDestination &&value)
bool EnabledHasBeenSet() const
void SetKinesisFirehoseDestination(KinesisFirehoseDestination &&value)
EventDestinationDefinition & WithCloudWatchDestination(CloudWatchDestination &&value)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCloudWatchDestination(CloudWatchDestination &&value)
void SetKinesisFirehoseDestination(const KinesisFirehoseDestination &value)
AWS_SESV2_API EventDestinationDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSnsDestination(SnsDestination &&value)
EventDestinationDefinition & WithSnsDestination(SnsDestination &&value)
EventDestinationDefinition & WithKinesisFirehoseDestination(const KinesisFirehoseDestination &value)
const EventBridgeDestination & GetEventBridgeDestination() const
const PinpointDestination & GetPinpointDestination() const
bool PinpointDestinationHasBeenSet() const
EventDestinationDefinition & WithEventBridgeDestination(EventBridgeDestination &&value)
void SetSnsDestination(const SnsDestination &value)
EventDestinationDefinition & AddMatchingEventTypes(const EventType &value)
void SetEventBridgeDestination(const EventBridgeDestination &value)
const KinesisFirehoseDestination & GetKinesisFirehoseDestination() const
AWS_SESV2_API EventDestinationDefinition(Aws::Utils::Json::JsonView jsonValue)
EventDestinationDefinition & WithMatchingEventTypes(const Aws::Vector< EventType > &value)
void SetPinpointDestination(const PinpointDestination &value)
void SetMatchingEventTypes(const Aws::Vector< EventType > &value)
EventDestinationDefinition & WithMatchingEventTypes(Aws::Vector< EventType > &&value)
EventDestinationDefinition & WithCloudWatchDestination(const CloudWatchDestination &value)
EventDestinationDefinition & WithPinpointDestination(const PinpointDestination &value)
bool SnsDestinationHasBeenSet() const
void SetEventBridgeDestination(EventBridgeDestination &&value)
EventDestinationDefinition & WithEnabled(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue