/** * 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 DeviceFarm { namespace Model { /** *

The response from the server when a request is made to delete the remote * access session.

See Also:

AWS * API Reference

*/ class AWS_DEVICEFARM_API DeleteRemoteAccessSessionResult { public: DeleteRemoteAccessSessionResult(); DeleteRemoteAccessSessionResult(const Aws::AmazonWebServiceResult& result); DeleteRemoteAccessSessionResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace DeviceFarm } // namespace Aws