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

A response that indicates whether the Deliverability dashboard is enabled for * your Amazon Pinpoint account.

See Also:

AWS * API Reference

*/ class AWS_PINPOINTEMAIL_API PutDeliverabilityDashboardOptionResult { public: PutDeliverabilityDashboardOptionResult(); PutDeliverabilityDashboardOptionResult(const Aws::AmazonWebServiceResult& result); PutDeliverabilityDashboardOptionResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace PinpointEmail } // namespace Aws