/** * 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 IoT1ClickProjects { namespace Model { class AWS_IOT1CLICKPROJECTS_API DeleteProjectResult { public: DeleteProjectResult(); DeleteProjectResult(const Aws::AmazonWebServiceResult& result); DeleteProjectResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace IoT1ClickProjects } // namespace Aws