/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace SESV2 { namespace Model { /** *

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

*/ class EventDestinationDefinition { public: AWS_SESV2_API EventDestinationDefinition(); AWS_SESV2_API EventDestinationDefinition(Aws::Utils::Json::JsonView jsonValue); AWS_SESV2_API EventDestinationDefinition& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

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.

*/ inline bool GetEnabled() const{ return m_enabled; } /** *

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.

*/ inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; } /** *

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.

*/ inline void SetEnabled(bool value) { m_enabledHasBeenSet = true; m_enabled = value; } /** *

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.

*/ inline EventDestinationDefinition& WithEnabled(bool value) { SetEnabled(value); return *this;} /** *

An array that specifies which events the Amazon SES API v2 should send to the * destinations in this EventDestinationDefinition.

*/ inline const Aws::Vector& GetMatchingEventTypes() const{ return m_matchingEventTypes; } /** *

An array that specifies which events the Amazon SES API v2 should send to the * destinations in this EventDestinationDefinition.

*/ inline bool MatchingEventTypesHasBeenSet() const { return m_matchingEventTypesHasBeenSet; } /** *

An array that specifies which events the Amazon SES API v2 should send to the * destinations in this EventDestinationDefinition.

*/ inline void SetMatchingEventTypes(const Aws::Vector& value) { m_matchingEventTypesHasBeenSet = true; m_matchingEventTypes = value; } /** *

An array that specifies which events the Amazon SES API v2 should send to the * destinations in this EventDestinationDefinition.

*/ inline void SetMatchingEventTypes(Aws::Vector&& value) { m_matchingEventTypesHasBeenSet = true; m_matchingEventTypes = std::move(value); } /** *

An array that specifies which events the Amazon SES API v2 should send to the * destinations in this EventDestinationDefinition.

*/ inline EventDestinationDefinition& WithMatchingEventTypes(const Aws::Vector& value) { SetMatchingEventTypes(value); return *this;} /** *

An array that specifies which events the Amazon SES API v2 should send to the * destinations in this EventDestinationDefinition.

*/ inline EventDestinationDefinition& WithMatchingEventTypes(Aws::Vector&& value) { SetMatchingEventTypes(std::move(value)); return *this;} /** *

An array that specifies which events the Amazon SES API v2 should send to the * destinations in this EventDestinationDefinition.

*/ inline EventDestinationDefinition& AddMatchingEventTypes(const EventType& value) { m_matchingEventTypesHasBeenSet = true; m_matchingEventTypes.push_back(value); return *this; } /** *

An array that specifies which events the Amazon SES API v2 should send to the * destinations in this EventDestinationDefinition.

*/ inline EventDestinationDefinition& AddMatchingEventTypes(EventType&& value) { m_matchingEventTypesHasBeenSet = true; m_matchingEventTypes.push_back(std::move(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 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 m_matchingEventTypes; bool m_matchingEventTypesHasBeenSet = false; KinesisFirehoseDestination m_kinesisFirehoseDestination; bool m_kinesisFirehoseDestinationHasBeenSet = false; CloudWatchDestination m_cloudWatchDestination; bool m_cloudWatchDestinationHasBeenSet = false; SnsDestination m_snsDestination; bool m_snsDestinationHasBeenSet = false; PinpointDestination m_pinpointDestination; bool m_pinpointDestinationHasBeenSet = false; }; } // namespace Model } // namespace SESV2 } // namespace Aws