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/budgets/Budgets_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 Budgets 22 { 23 namespace Model 24 { 25 /** 26 * <p> Response of UpdateNotification </p><p><h3>See Also:</h3> <a 27 * href="http://docs.aws.amazon.com/goto/WebAPI/budgets-2016-10-20/UpdateNotificationResponse">AWS 28 * API Reference</a></p> 29 */ 30 class AWS_BUDGETS_API UpdateNotificationResult 31 { 32 public: 33 UpdateNotificationResult(); 34 UpdateNotificationResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result); 35 UpdateNotificationResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result); 36 37 }; 38 39 } // namespace Model 40 } // namespace Budgets 41 } // namespace Aws 42