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/config/ConfigService_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 ConfigService 22 { 23 namespace Model 24 { 25 class AWS_CONFIGSERVICE_API PutExternalEvaluationResult 26 { 27 public: 28 PutExternalEvaluationResult(); 29 PutExternalEvaluationResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result); 30 PutExternalEvaluationResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result); 31 32 }; 33 34 } // namespace Model 35 } // namespace ConfigService 36 } // namespace Aws 37