/** * 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 Xml { class XmlDocument; } // namespace Xml } // namespace Utils namespace Route53 { namespace Model { class AWS_ROUTE53_API DeleteQueryLoggingConfigResult { public: DeleteQueryLoggingConfigResult(); DeleteQueryLoggingConfigResult(const Aws::AmazonWebServiceResult& result); DeleteQueryLoggingConfigResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace Route53 } // namespace Aws