/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace ApplicationDiscoveryService { namespace Model { enum class OfferingClass { NOT_SET, STANDARD, CONVERTIBLE }; namespace OfferingClassMapper { AWS_APPLICATIONDISCOVERYSERVICE_API OfferingClass GetOfferingClassForName(const Aws::String& name); AWS_APPLICATIONDISCOVERYSERVICE_API Aws::String GetNameForOfferingClass(OfferingClass value); } // namespace OfferingClassMapper } // namespace Model } // namespace ApplicationDiscoveryService } // namespace Aws