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