/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Enable or disable the Deliverability dashboard for your Amazon Pinpoint
* account. When you enable the Deliverability dashboard, you gain access to
* reputation, deliverability, and other metrics for the domains that you use to
* send email using Amazon Pinpoint. You also gain the ability to perform
* predictive inbox placement tests. When you use the Deliverability
* dashboard, you pay a monthly subscription charge, in addition to any other fees
* that you accrue by using Amazon Pinpoint. For more information about the
* features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint
* Pricing.See Also:
AWS
* API Reference
Specifies whether to enable the Deliverability dashboard for your Amazon
* Pinpoint account. To enable the dashboard, set this value to
* true
.
Specifies whether to enable the Deliverability dashboard for your Amazon
* Pinpoint account. To enable the dashboard, set this value to
* true
.
Specifies whether to enable the Deliverability dashboard for your Amazon
* Pinpoint account. To enable the dashboard, set this value to
* true
.
Specifies whether to enable the Deliverability dashboard for your Amazon
* Pinpoint account. To enable the dashboard, set this value to
* true
.
An array of objects, one for each verified domain that you use to send email * and enabled the Deliverability dashboard for.
*/ inline const Aws::VectorAn array of objects, one for each verified domain that you use to send email * and enabled the Deliverability dashboard for.
*/ inline bool SubscribedDomainsHasBeenSet() const { return m_subscribedDomainsHasBeenSet; } /** *An array of objects, one for each verified domain that you use to send email * and enabled the Deliverability dashboard for.
*/ inline void SetSubscribedDomains(const Aws::VectorAn array of objects, one for each verified domain that you use to send email * and enabled the Deliverability dashboard for.
*/ inline void SetSubscribedDomains(Aws::VectorAn array of objects, one for each verified domain that you use to send email * and enabled the Deliverability dashboard for.
*/ inline PutDeliverabilityDashboardOptionRequest& WithSubscribedDomains(const Aws::VectorAn array of objects, one for each verified domain that you use to send email * and enabled the Deliverability dashboard for.
*/ inline PutDeliverabilityDashboardOptionRequest& WithSubscribedDomains(Aws::VectorAn array of objects, one for each verified domain that you use to send email * and enabled the Deliverability dashboard for.
*/ inline PutDeliverabilityDashboardOptionRequest& AddSubscribedDomains(const DomainDeliverabilityTrackingOption& value) { m_subscribedDomainsHasBeenSet = true; m_subscribedDomains.push_back(value); return *this; } /** *An array of objects, one for each verified domain that you use to send email * and enabled the Deliverability dashboard for.
*/ inline PutDeliverabilityDashboardOptionRequest& AddSubscribedDomains(DomainDeliverabilityTrackingOption&& value) { m_subscribedDomainsHasBeenSet = true; m_subscribedDomains.push_back(std::move(value)); return *this; } private: bool m_dashboardEnabled; bool m_dashboardEnabledHasBeenSet = false; Aws::Vector