/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace WAF { namespace Model { enum class TextTransformation { NOT_SET, NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE }; namespace TextTransformationMapper { AWS_WAF_API TextTransformation GetTextTransformationForName(const Aws::String& name); AWS_WAF_API Aws::String GetNameForTextTransformation(TextTransformation value); } // namespace TextTransformationMapper } // namespace Model } // namespace WAF } // namespace Aws