/** * 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 PinpointSMSVoice { namespace Model { /** * An empty object that indicates that the configuration set was deleted * successfully.

See Also:

AWS * API Reference

*/ class AWS_PINPOINTSMSVOICE_API DeleteConfigurationSetResult { public: DeleteConfigurationSetResult(); DeleteConfigurationSetResult(const Aws::AmazonWebServiceResult& result); DeleteConfigurationSetResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace PinpointSMSVoice } // namespace Aws