/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace EC2 { namespace Model { enum class ListingState { NOT_SET, available, sold, cancelled, pending }; namespace ListingStateMapper { AWS_EC2_API ListingState GetListingStateForName(const Aws::String& name); AWS_EC2_API Aws::String GetNameForListingState(ListingState value); } // namespace ListingStateMapper } // namespace Model } // namespace EC2 } // namespace Aws