AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
TextTransformation.h File Reference
#include <aws/waf/WAF_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::WAF
 
 Aws::WAF::Model
 
 Aws::WAF::Model::TextTransformationMapper
 

Enumerations

enum  Aws::WAF::Model::TextTransformation {
  Aws::WAF::Model::TextTransformation::NOT_SET, Aws::WAF::Model::TextTransformation::NONE, Aws::WAF::Model::TextTransformation::COMPRESS_WHITE_SPACE, Aws::WAF::Model::TextTransformation::HTML_ENTITY_DECODE,
  Aws::WAF::Model::TextTransformation::LOWERCASE, Aws::WAF::Model::TextTransformation::CMD_LINE, Aws::WAF::Model::TextTransformation::URL_DECODE
}
 

Functions

AWS_WAF_API TextTransformation Aws::WAF::Model::TextTransformationMapper::GetTextTransformationForName (const Aws::String &name)
 
AWS_WAF_API Aws::String Aws::WAF::Model::TextTransformationMapper::GetNameForTextTransformation (TextTransformation value)