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-wafv2
include
aws
wafv2
model
JsonMatchScope.h
1
6
#pragma once
7
#include <aws/wafv2/WAFV2_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
WAFV2
13
{
14
namespace
Model
15
{
16
enum class
JsonMatchScope
17
{
18
NOT_SET
,
19
ALL
,
20
KEY
,
21
VALUE
22
};
23
24
namespace
JsonMatchScopeMapper
25
{
26
AWS_WAFV2_API
JsonMatchScope
GetJsonMatchScopeForName
(
const
Aws::String
& name);
27
28
AWS_WAFV2_API
Aws::String
GetNameForJsonMatchScope
(
JsonMatchScope
value);
29
}
// namespace JsonMatchScopeMapper
30
}
// namespace Model
31
}
// namespace WAFV2
32
}
// namespace Aws
Aws::WAFV2::Model::JsonMatchScopeMapper::GetNameForJsonMatchScope
AWS_WAFV2_API Aws::String GetNameForJsonMatchScope(JsonMatchScope value)
Aws::WAFV2::Model::JsonMatchScopeMapper::GetJsonMatchScopeForName
AWS_WAFV2_API JsonMatchScope GetJsonMatchScopeForName(const Aws::String &name)
Aws::WAFV2::Model::ActionValue::NOT_SET
@ NOT_SET
Aws::WAFV2::Model::JsonMatchScope
JsonMatchScope
Definition
JsonMatchScope.h:17
Aws::WAFV2::Model::JsonMatchScope::KEY
@ KEY
Aws::WAFV2::Model::JsonMatchScope::ALL
@ ALL
Aws::WAFV2::Model::JsonMatchScope::VALUE
@ VALUE
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