/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Result structure used in response to request to delete a project.
* See Also:
AWS
* API Reference
Resources which were deleted.
*/ inline const Aws::VectorResources which were deleted.
*/ inline void SetDeletedResources(const Aws::VectorResources which were deleted.
*/ inline void SetDeletedResources(Aws::VectorResources which were deleted.
*/ inline DeleteProjectResult& WithDeletedResources(const Aws::VectorResources which were deleted.
*/ inline DeleteProjectResult& WithDeletedResources(Aws::VectorResources which were deleted.
*/ inline DeleteProjectResult& AddDeletedResources(const Resource& value) { m_deletedResources.push_back(value); return *this; } /** *Resources which were deleted.
*/ inline DeleteProjectResult& AddDeletedResources(Resource&& value) { m_deletedResources.push_back(std::move(value)); return *this; } /** *Resources which were not deleted, due to a risk of losing potentially * important data or files.
*/ inline const Aws::VectorResources which were not deleted, due to a risk of losing potentially * important data or files.
*/ inline void SetOrphanedResources(const Aws::VectorResources which were not deleted, due to a risk of losing potentially * important data or files.
*/ inline void SetOrphanedResources(Aws::VectorResources which were not deleted, due to a risk of losing potentially * important data or files.
*/ inline DeleteProjectResult& WithOrphanedResources(const Aws::VectorResources which were not deleted, due to a risk of losing potentially * important data or files.
*/ inline DeleteProjectResult& WithOrphanedResources(Aws::VectorResources which were not deleted, due to a risk of losing potentially * important data or files.
*/ inline DeleteProjectResult& AddOrphanedResources(const Resource& value) { m_orphanedResources.push_back(value); return *this; } /** *Resources which were not deleted, due to a risk of losing potentially * important data or files.
*/ inline DeleteProjectResult& AddOrphanedResources(Resource&& value) { m_orphanedResources.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DeleteProjectResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DeleteProjectResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DeleteProjectResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector