1 /** 2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 3 * SPDX-License-Identifier: Apache-2.0. 4 */ 5 6 #pragma once 7 #include <aws/fsx/FSx_EXPORTS.h> 8 9 namespace Aws 10 { 11 template<typename RESULT_TYPE> 12 class AmazonWebServiceResult; 13 14 namespace Utils 15 { 16 namespace Json 17 { 18 class JsonValue; 19 } // namespace Json 20 } // namespace Utils 21 namespace FSx 22 { 23 namespace Model 24 { 25 /** 26 * <p>The response object for <code>UntagResource</code> action.</p><p><h3>See 27 * Also:</h3> <a 28 * href="http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UntagResourceResponse">AWS 29 * API Reference</a></p> 30 */ 31 class AWS_FSX_API UntagResourceResult 32 { 33 public: 34 UntagResourceResult(); 35 UntagResourceResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result); 36 UntagResourceResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result); 37 38 }; 39 40 } // namespace Model 41 } // namespace FSx 42 } // namespace Aws 43