AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-waf
include
aws
waf
model
TextTransformation.h
1
6
#pragma once
7
#include <aws/waf/WAF_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
WAF
13
{
14
namespace
Model
15
{
16
enum class
TextTransformation
17
{
18
NOT_SET
,
19
NONE
,
20
COMPRESS_WHITE_SPACE
,
21
HTML_ENTITY_DECODE
,
22
LOWERCASE
,
23
CMD_LINE
,
24
URL_DECODE
25
};
26
27
namespace
TextTransformationMapper
28
{
29
AWS_WAF_API
TextTransformation
GetTextTransformationForName
(
const
Aws::String
& name);
30
31
AWS_WAF_API
Aws::String
GetNameForTextTransformation
(
TextTransformation
value);
32
}
// namespace TextTransformationMapper
33
}
// namespace Model
34
}
// namespace WAF
35
}
// namespace Aws
Aws::WAF::Model::TextTransformationMapper::GetNameForTextTransformation
AWS_WAF_API Aws::String GetNameForTextTransformation(TextTransformation value)
Aws::WAF::Model::TextTransformationMapper::GetTextTransformationForName
AWS_WAF_API TextTransformation GetTextTransformationForName(const Aws::String &name)
Aws::WAF::Model::TextTransformation
TextTransformation
Definition
TextTransformation.h:17
Aws::WAF::Model::TextTransformation::LOWERCASE
@ LOWERCASE
Aws::WAF::Model::TextTransformation::COMPRESS_WHITE_SPACE
@ COMPRESS_WHITE_SPACE
Aws::WAF::Model::TextTransformation::HTML_ENTITY_DECODE
@ HTML_ENTITY_DECODE
Aws::WAF::Model::TextTransformation::CMD_LINE
@ CMD_LINE
Aws::WAF::Model::TextTransformation::NONE
@ NONE
Aws::WAF::Model::TextTransformation::URL_DECODE
@ URL_DECODE
Aws::WAF::Model::ChangeAction::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences