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

The structure representing the deleteProfilingGroupResponse.

See * Also:

AWS * API Reference

*/ class AWS_CODEGURUPROFILER_API DeleteProfilingGroupResult { public: DeleteProfilingGroupResult(); DeleteProfilingGroupResult(const Aws::AmazonWebServiceResult& result); DeleteProfilingGroupResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace CodeGuruProfiler } // namespace Aws