/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that defines the event destination. Specifically, it defines which
* services receive events from emails sent using the configuration set that the
* event destination is associated with. Also defines the types of events that are
* sent to the event destination.See Also:
AWS
* API Reference
If true
, the event destination is enabled. When the event
* destination is enabled, the specified event types are sent to the destinations
* in this EventDestinationDefinition
.
If false
,
* the event destination is disabled. When the event destination is disabled,
* events aren't sent to the specified destinations.
If true
, the event destination is enabled. When the event
* destination is enabled, the specified event types are sent to the destinations
* in this EventDestinationDefinition
.
If false
,
* the event destination is disabled. When the event destination is disabled,
* events aren't sent to the specified destinations.
If true
, the event destination is enabled. When the event
* destination is enabled, the specified event types are sent to the destinations
* in this EventDestinationDefinition
.
If false
,
* the event destination is disabled. When the event destination is disabled,
* events aren't sent to the specified destinations.
If true
, the event destination is enabled. When the event
* destination is enabled, the specified event types are sent to the destinations
* in this EventDestinationDefinition
.
If false
,
* the event destination is disabled. When the event destination is disabled,
* events aren't sent to the specified destinations.
An array that specifies which events the Amazon SES API v2 should send to the
* destinations in this EventDestinationDefinition
.
An array that specifies which events the Amazon SES API v2 should send to the
* destinations in this EventDestinationDefinition
.
An array that specifies which events the Amazon SES API v2 should send to the
* destinations in this EventDestinationDefinition
.
An array that specifies which events the Amazon SES API v2 should send to the
* destinations in this EventDestinationDefinition
.
An array that specifies which events the Amazon SES API v2 should send to the
* destinations in this EventDestinationDefinition
.
An array that specifies which events the Amazon SES API v2 should send to the
* destinations in this EventDestinationDefinition
.
An array that specifies which events the Amazon SES API v2 should send to the
* destinations in this EventDestinationDefinition
.
An array that specifies which events the Amazon SES API v2 should send to the
* destinations in this EventDestinationDefinition
.
An object that defines an Amazon Kinesis Data Firehose destination for email * events. You can use Amazon Kinesis Data Firehose to stream data to other * services, such as Amazon S3 and Amazon Redshift.
*/ inline const KinesisFirehoseDestination& GetKinesisFirehoseDestination() const{ return m_kinesisFirehoseDestination; } /** *An object that defines an Amazon Kinesis Data Firehose destination for email * events. You can use Amazon Kinesis Data Firehose to stream data to other * services, such as Amazon S3 and Amazon Redshift.
*/ inline bool KinesisFirehoseDestinationHasBeenSet() const { return m_kinesisFirehoseDestinationHasBeenSet; } /** *An object that defines an Amazon Kinesis Data Firehose destination for email * events. You can use Amazon Kinesis Data Firehose to stream data to other * services, such as Amazon S3 and Amazon Redshift.
*/ inline void SetKinesisFirehoseDestination(const KinesisFirehoseDestination& value) { m_kinesisFirehoseDestinationHasBeenSet = true; m_kinesisFirehoseDestination = value; } /** *An object that defines an Amazon Kinesis Data Firehose destination for email * events. You can use Amazon Kinesis Data Firehose to stream data to other * services, such as Amazon S3 and Amazon Redshift.
*/ inline void SetKinesisFirehoseDestination(KinesisFirehoseDestination&& value) { m_kinesisFirehoseDestinationHasBeenSet = true; m_kinesisFirehoseDestination = std::move(value); } /** *An object that defines an Amazon Kinesis Data Firehose destination for email * events. You can use Amazon Kinesis Data Firehose to stream data to other * services, such as Amazon S3 and Amazon Redshift.
*/ inline EventDestinationDefinition& WithKinesisFirehoseDestination(const KinesisFirehoseDestination& value) { SetKinesisFirehoseDestination(value); return *this;} /** *An object that defines an Amazon Kinesis Data Firehose destination for email * events. You can use Amazon Kinesis Data Firehose to stream data to other * services, such as Amazon S3 and Amazon Redshift.
*/ inline EventDestinationDefinition& WithKinesisFirehoseDestination(KinesisFirehoseDestination&& value) { SetKinesisFirehoseDestination(std::move(value)); return *this;} /** *An object that defines an Amazon CloudWatch destination for email events. You * can use Amazon CloudWatch to monitor and gain insights on your email sending * metrics.
*/ inline const CloudWatchDestination& GetCloudWatchDestination() const{ return m_cloudWatchDestination; } /** *An object that defines an Amazon CloudWatch destination for email events. You * can use Amazon CloudWatch to monitor and gain insights on your email sending * metrics.
*/ inline bool CloudWatchDestinationHasBeenSet() const { return m_cloudWatchDestinationHasBeenSet; } /** *An object that defines an Amazon CloudWatch destination for email events. You * can use Amazon CloudWatch to monitor and gain insights on your email sending * metrics.
*/ inline void SetCloudWatchDestination(const CloudWatchDestination& value) { m_cloudWatchDestinationHasBeenSet = true; m_cloudWatchDestination = value; } /** *An object that defines an Amazon CloudWatch destination for email events. You * can use Amazon CloudWatch to monitor and gain insights on your email sending * metrics.
*/ inline void SetCloudWatchDestination(CloudWatchDestination&& value) { m_cloudWatchDestinationHasBeenSet = true; m_cloudWatchDestination = std::move(value); } /** *An object that defines an Amazon CloudWatch destination for email events. You * can use Amazon CloudWatch to monitor and gain insights on your email sending * metrics.
*/ inline EventDestinationDefinition& WithCloudWatchDestination(const CloudWatchDestination& value) { SetCloudWatchDestination(value); return *this;} /** *An object that defines an Amazon CloudWatch destination for email events. You * can use Amazon CloudWatch to monitor and gain insights on your email sending * metrics.
*/ inline EventDestinationDefinition& WithCloudWatchDestination(CloudWatchDestination&& value) { SetCloudWatchDestination(std::move(value)); return *this;} /** *An object that defines an Amazon SNS destination for email events. You can * use Amazon SNS to send notification when certain email events occur.
*/ inline const SnsDestination& GetSnsDestination() const{ return m_snsDestination; } /** *An object that defines an Amazon SNS destination for email events. You can * use Amazon SNS to send notification when certain email events occur.
*/ inline bool SnsDestinationHasBeenSet() const { return m_snsDestinationHasBeenSet; } /** *An object that defines an Amazon SNS destination for email events. You can * use Amazon SNS to send notification when certain email events occur.
*/ inline void SetSnsDestination(const SnsDestination& value) { m_snsDestinationHasBeenSet = true; m_snsDestination = value; } /** *An object that defines an Amazon SNS destination for email events. You can * use Amazon SNS to send notification when certain email events occur.
*/ inline void SetSnsDestination(SnsDestination&& value) { m_snsDestinationHasBeenSet = true; m_snsDestination = std::move(value); } /** *An object that defines an Amazon SNS destination for email events. You can * use Amazon SNS to send notification when certain email events occur.
*/ inline EventDestinationDefinition& WithSnsDestination(const SnsDestination& value) { SetSnsDestination(value); return *this;} /** *An object that defines an Amazon SNS destination for email events. You can * use Amazon SNS to send notification when certain email events occur.
*/ inline EventDestinationDefinition& WithSnsDestination(SnsDestination&& value) { SetSnsDestination(std::move(value)); return *this;} /** *An object that defines an Amazon Pinpoint project destination for email * events. You can send email event data to a Amazon Pinpoint project to view * metrics using the Transactional Messaging dashboards that are built in to Amazon * Pinpoint. For more information, see Transactional * Messaging Charts in the Amazon Pinpoint User Guide.
*/ inline const PinpointDestination& GetPinpointDestination() const{ return m_pinpointDestination; } /** *An object that defines an Amazon Pinpoint project destination for email * events. You can send email event data to a Amazon Pinpoint project to view * metrics using the Transactional Messaging dashboards that are built in to Amazon * Pinpoint. For more information, see Transactional * Messaging Charts in the Amazon Pinpoint User Guide.
*/ inline bool PinpointDestinationHasBeenSet() const { return m_pinpointDestinationHasBeenSet; } /** *An object that defines an Amazon Pinpoint project destination for email * events. You can send email event data to a Amazon Pinpoint project to view * metrics using the Transactional Messaging dashboards that are built in to Amazon * Pinpoint. For more information, see Transactional * Messaging Charts in the Amazon Pinpoint User Guide.
*/ inline void SetPinpointDestination(const PinpointDestination& value) { m_pinpointDestinationHasBeenSet = true; m_pinpointDestination = value; } /** *An object that defines an Amazon Pinpoint project destination for email * events. You can send email event data to a Amazon Pinpoint project to view * metrics using the Transactional Messaging dashboards that are built in to Amazon * Pinpoint. For more information, see Transactional * Messaging Charts in the Amazon Pinpoint User Guide.
*/ inline void SetPinpointDestination(PinpointDestination&& value) { m_pinpointDestinationHasBeenSet = true; m_pinpointDestination = std::move(value); } /** *An object that defines an Amazon Pinpoint project destination for email * events. You can send email event data to a Amazon Pinpoint project to view * metrics using the Transactional Messaging dashboards that are built in to Amazon * Pinpoint. For more information, see Transactional * Messaging Charts in the Amazon Pinpoint User Guide.
*/ inline EventDestinationDefinition& WithPinpointDestination(const PinpointDestination& value) { SetPinpointDestination(value); return *this;} /** *An object that defines an Amazon Pinpoint project destination for email * events. You can send email event data to a Amazon Pinpoint project to view * metrics using the Transactional Messaging dashboards that are built in to Amazon * Pinpoint. For more information, see Transactional * Messaging Charts in the Amazon Pinpoint User Guide.
*/ inline EventDestinationDefinition& WithPinpointDestination(PinpointDestination&& value) { SetPinpointDestination(std::move(value)); return *this;} private: bool m_enabled; bool m_enabledHasBeenSet = false; Aws::Vector