/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace QuickSight { namespace Model { enum class DisplayFormat { NOT_SET, AUTO, PERCENT, CURRENCY, NUMBER, DATE, STRING }; namespace DisplayFormatMapper { AWS_QUICKSIGHT_API DisplayFormat GetDisplayFormatForName(const Aws::String& name); AWS_QUICKSIGHT_API Aws::String GetNameForDisplayFormat(DisplayFormat value); } // namespace DisplayFormatMapper } // namespace Model } // namespace QuickSight } // namespace Aws