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