/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace DeviceFarm { namespace Model { enum class DevicePlatform { NOT_SET, ANDROID_, IOS }; namespace DevicePlatformMapper { AWS_DEVICEFARM_API DevicePlatform GetDevicePlatformForName(const Aws::String& name); AWS_DEVICEFARM_API Aws::String GetNameForDevicePlatform(DevicePlatform value); } // namespace DevicePlatformMapper } // namespace Model } // namespace DeviceFarm } // namespace Aws