/** * 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 SESV2 { namespace Model { /** *

An HTTP 200 response if the request succeeds, or an error message if the * request fails.

See Also:

AWS * API Reference

*/ class AWS_SESV2_API PutConfigurationSetTrackingOptionsResult { public: PutConfigurationSetTrackingOptionsResult(); PutConfigurationSetTrackingOptionsResult(const Aws::AmazonWebServiceResult& result); PutConfigurationSetTrackingOptionsResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace SESV2 } // namespace Aws