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
CountryCode.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
CountryCode
17
{
18
NOT_SET
,
19
AF
,
20
AX
,
21
AL
,
22
DZ
,
23
AS
,
24
AD
,
25
AO
,
26
AI
,
27
AQ
,
28
AG
,
29
AR
,
30
AM
,
31
AW
,
32
AU
,
33
AT
,
34
AZ
,
35
BS
,
36
BH
,
37
BD
,
38
BB
,
39
BY
,
40
BE
,
41
BZ
,
42
BJ
,
43
BM
,
44
BT
,
45
BO
,
46
BQ
,
47
BA
,
48
BW
,
49
BV
,
50
BR
,
51
IO
,
52
BN
,
53
BG
,
54
BF
,
55
BI
,
56
KH
,
57
CM
,
58
CA
,
59
CV
,
60
KY
,
61
CF
,
62
TD
,
63
CL
,
64
CN
,
65
CX
,
66
CC
,
67
CO
,
68
KM
,
69
CG
,
70
CD
,
71
CK
,
72
CR
,
73
CI
,
74
HR
,
75
CU
,
76
CW
,
77
CY
,
78
CZ
,
79
DK
,
80
DJ
,
81
DM
,
82
DO
,
83
EC
,
84
EG
,
85
SV
,
86
GQ
,
87
ER
,
88
EE
,
89
ET
,
90
FK
,
91
FO
,
92
FJ
,
93
FI
,
94
FR
,
95
GF
,
96
PF
,
97
TF
,
98
GA
,
99
GM
,
100
GE
,
101
DE
,
102
GH
,
103
GI
,
104
GR
,
105
GL
,
106
GD
,
107
GP
,
108
GU
,
109
GT
,
110
GG
,
111
GN
,
112
GW
,
113
GY
,
114
HT
,
115
HM
,
116
VA
,
117
HN
,
118
HK
,
119
HU
,
120
IS
,
121
IN
,
122
ID
,
123
IR
,
124
IQ
,
125
IE
,
126
IM
,
127
IL
,
128
IT
,
129
JM
,
130
JP
,
131
JE
,
132
JO
,
133
KZ
,
134
KE
,
135
KI
,
136
KP
,
137
KR
,
138
KW
,
139
KG
,
140
LA
,
141
LV
,
142
LB
,
143
LS
,
144
LR
,
145
LY
,
146
LI
,
147
LT
,
148
LU
,
149
MO
,
150
MK
,
151
MG
,
152
MW
,
153
MY
,
154
MV
,
155
ML
,
156
MT
,
157
MH
,
158
MQ
,
159
MR
,
160
MU
,
161
YT
,
162
MX
,
163
FM
,
164
MD
,
165
MC
,
166
MN
,
167
ME
,
168
MS
,
169
MA
,
170
MZ
,
171
MM
,
172
NA
,
173
NR
,
174
NP
,
175
NL
,
176
NC
,
177
NZ
,
178
NI
,
179
NE
,
180
NG
,
181
NU
,
182
NF
,
183
MP
,
184
NO
,
185
OM
,
186
PK
,
187
PW
,
188
PS
,
189
PA
,
190
PG
,
191
PY
,
192
PE
,
193
PH
,
194
PN
,
195
PL
,
196
PT
,
197
PR
,
198
QA
,
199
RE
,
200
RO
,
201
RU
,
202
RW
,
203
BL
,
204
SH
,
205
KN
,
206
LC
,
207
MF
,
208
PM
,
209
VC
,
210
WS
,
211
SM
,
212
ST
,
213
SA
,
214
SN
,
215
RS
,
216
SC
,
217
SL
,
218
SG
,
219
SX
,
220
SK
,
221
SI
,
222
SB
,
223
SO
,
224
ZA
,
225
GS
,
226
SS
,
227
ES
,
228
LK
,
229
SD
,
230
SR
,
231
SJ
,
232
SZ
,
233
SE
,
234
CH
,
235
SY
,
236
TW
,
237
TJ
,
238
TZ
,
239
TH
,
240
TL
,
241
TG
,
242
TK
,
243
TO
,
244
TT
,
245
TN
,
246
TR
,
247
TM
,
248
TC
,
249
TV
,
250
UG
,
251
UA
,
252
AE
,
253
GB
,
254
US
,
255
UM
,
256
UY
,
257
UZ
,
258
VU
,
259
VE
,
260
VN
,
261
VG
,
262
VI
,
263
WF
,
264
EH
,
265
YE
,
266
ZM
,
267
ZW
,
268
XK
269
};
270
271
namespace
CountryCodeMapper
272
{
273
AWS_WAFV2_API
CountryCode
GetCountryCodeForName
(
const
Aws::String
& name);
274
275
AWS_WAFV2_API
Aws::String
GetNameForCountryCode
(
CountryCode
value);
276
}
// namespace CountryCodeMapper
277
}
// namespace Model
278
}
// namespace WAFV2
279
}
// namespace Aws
Aws::WAFV2::Model::CountryCodeMapper::GetNameForCountryCode
AWS_WAFV2_API Aws::String GetNameForCountryCode(CountryCode value)
Aws::WAFV2::Model::CountryCodeMapper::GetCountryCodeForName
AWS_WAFV2_API CountryCode GetCountryCodeForName(const Aws::String &name)
Aws::WAFV2::Model::ActionValue::NOT_SET
@ NOT_SET
Aws::WAFV2::Model::CountryCode
CountryCode
Definition
CountryCode.h:17
Aws::WAFV2::Model::CountryCode::MH
@ MH
Aws::WAFV2::Model::CountryCode::GI
@ GI
Aws::WAFV2::Model::CountryCode::ES
@ ES
Aws::WAFV2::Model::CountryCode::JE
@ JE
Aws::WAFV2::Model::CountryCode::PA
@ PA
Aws::WAFV2::Model::CountryCode::AF
@ AF
Aws::WAFV2::Model::CountryCode::EH
@ EH
Aws::WAFV2::Model::CountryCode::MT
@ MT
Aws::WAFV2::Model::CountryCode::AI
@ AI
Aws::WAFV2::Model::CountryCode::QA
@ QA
Aws::WAFV2::Model::CountryCode::MX
@ MX
Aws::WAFV2::Model::CountryCode::IS
@ IS
Aws::WAFV2::Model::CountryCode::PY
@ PY
Aws::WAFV2::Model::CountryCode::SG
@ SG
Aws::WAFV2::Model::CountryCode::PR
@ PR
Aws::WAFV2::Model::CountryCode::FR
@ FR
Aws::WAFV2::Model::CountryCode::MF
@ MF
Aws::WAFV2::Model::CountryCode::TZ
@ TZ
Aws::WAFV2::Model::CountryCode::SK
@ SK
Aws::WAFV2::Model::CountryCode::LI
@ LI
Aws::WAFV2::Model::CountryCode::SY
@ SY
Aws::WAFV2::Model::CountryCode::UZ
@ UZ
Aws::WAFV2::Model::CountryCode::BR
@ BR
Aws::WAFV2::Model::CountryCode::BH
@ BH
Aws::WAFV2::Model::CountryCode::ER
@ ER
Aws::WAFV2::Model::CountryCode::CN
@ CN
Aws::WAFV2::Model::CountryCode::CR
@ CR
Aws::WAFV2::Model::CountryCode::GY
@ GY
Aws::WAFV2::Model::CountryCode::UG
@ UG
Aws::WAFV2::Model::CountryCode::AW
@ AW
Aws::WAFV2::Model::CountryCode::CH
@ CH
Aws::WAFV2::Model::CountryCode::PF
@ PF
Aws::WAFV2::Model::CountryCode::PM
@ PM
Aws::WAFV2::Model::CountryCode::NF
@ NF
Aws::WAFV2::Model::CountryCode::JP
@ JP
Aws::WAFV2::Model::CountryCode::AM
@ AM
Aws::WAFV2::Model::CountryCode::TV
@ TV
Aws::WAFV2::Model::CountryCode::YT
@ YT
Aws::WAFV2::Model::CountryCode::BT
@ BT
Aws::WAFV2::Model::CountryCode::DJ
@ DJ
Aws::WAFV2::Model::CountryCode::MA
@ MA
Aws::WAFV2::Model::CountryCode::LK
@ LK
Aws::WAFV2::Model::CountryCode::AO
@ AO
Aws::WAFV2::Model::CountryCode::TG
@ TG
Aws::WAFV2::Model::CountryCode::DM
@ DM
Aws::WAFV2::Model::CountryCode::TO
@ TO
Aws::WAFV2::Model::CountryCode::GU
@ GU
Aws::WAFV2::Model::CountryCode::ZW
@ ZW
Aws::WAFV2::Model::CountryCode::XK
@ XK
Aws::WAFV2::Model::CountryCode::PT
@ PT
Aws::WAFV2::Model::CountryCode::HU
@ HU
Aws::WAFV2::Model::CountryCode::HM
@ HM
Aws::WAFV2::Model::CountryCode::KR
@ KR
Aws::WAFV2::Model::CountryCode::SD
@ SD
Aws::WAFV2::Model::CountryCode::UA
@ UA
Aws::WAFV2::Model::CountryCode::VA
@ VA
Aws::WAFV2::Model::CountryCode::DE
@ DE
Aws::WAFV2::Model::CountryCode::PE
@ PE
Aws::WAFV2::Model::CountryCode::CI
@ CI
Aws::WAFV2::Model::CountryCode::TW
@ TW
Aws::WAFV2::Model::CountryCode::SA
@ SA
Aws::WAFV2::Model::CountryCode::CA
@ CA
Aws::WAFV2::Model::CountryCode::EC
@ EC
Aws::WAFV2::Model::CountryCode::AQ
@ AQ
Aws::WAFV2::Model::CountryCode::UM
@ UM
Aws::WAFV2::Model::CountryCode::CD
@ CD
Aws::WAFV2::Model::CountryCode::CO
@ CO
Aws::WAFV2::Model::CountryCode::BG
@ BG
Aws::WAFV2::Model::CountryCode::PG
@ PG
Aws::WAFV2::Model::CountryCode::KZ
@ KZ
Aws::WAFV2::Model::CountryCode::VG
@ VG
Aws::WAFV2::Model::CountryCode::SM
@ SM
Aws::WAFV2::Model::CountryCode::IR
@ IR
Aws::WAFV2::Model::CountryCode::BM
@ BM
Aws::WAFV2::Model::CountryCode::KE
@ KE
Aws::WAFV2::Model::CountryCode::MQ
@ MQ
Aws::WAFV2::Model::CountryCode::CG
@ CG
Aws::WAFV2::Model::CountryCode::JM
@ JM
Aws::WAFV2::Model::CountryCode::CK
@ CK
Aws::WAFV2::Model::CountryCode::AZ
@ AZ
Aws::WAFV2::Model::CountryCode::WS
@ WS
Aws::WAFV2::Model::CountryCode::IQ
@ IQ
Aws::WAFV2::Model::CountryCode::GD
@ GD
Aws::WAFV2::Model::CountryCode::KG
@ KG
Aws::WAFV2::Model::CountryCode::AX
@ AX
Aws::WAFV2::Model::CountryCode::AR
@ AR
Aws::WAFV2::Model::CountryCode::TH
@ TH
Aws::WAFV2::Model::CountryCode::CL
@ CL
Aws::WAFV2::Model::CountryCode::RW
@ RW
Aws::WAFV2::Model::CountryCode::BA
@ BA
Aws::WAFV2::Model::CountryCode::KI
@ KI
Aws::WAFV2::Model::CountryCode::JO
@ JO
Aws::WAFV2::Model::CountryCode::YE
@ YE
Aws::WAFV2::Model::CountryCode::GM
@ GM
Aws::WAFV2::Model::CountryCode::GH
@ GH
Aws::WAFV2::Model::CountryCode::ZA
@ ZA
Aws::WAFV2::Model::CountryCode::LC
@ LC
Aws::WAFV2::Model::CountryCode::HK
@ HK
Aws::WAFV2::Model::CountryCode::SC
@ SC
Aws::WAFV2::Model::CountryCode::LA
@ LA
Aws::WAFV2::Model::CountryCode::AG
@ AG
Aws::WAFV2::Model::CountryCode::AU
@ AU
Aws::WAFV2::Model::CountryCode::PW
@ PW
Aws::WAFV2::Model::CountryCode::TJ
@ TJ
Aws::WAFV2::Model::CountryCode::CM
@ CM
Aws::WAFV2::Model::CountryCode::ZM
@ ZM
Aws::WAFV2::Model::CountryCode::SZ
@ SZ
Aws::WAFV2::Model::CountryCode::GS
@ GS
Aws::WAFV2::Model::CountryCode::SL
@ SL
Aws::WAFV2::Model::CountryCode::US
@ US
Aws::WAFV2::Model::CountryCode::CF
@ CF
Aws::WAFV2::Model::CountryCode::MY
@ MY
Aws::WAFV2::Model::CountryCode::MV
@ MV
Aws::WAFV2::Model::CountryCode::NL
@ NL
Aws::WAFV2::Model::CountryCode::GB
@ GB
Aws::WAFV2::Model::CountryCode::MS
@ MS
Aws::WAFV2::Model::CountryCode::BO
@ BO
Aws::WAFV2::Model::CountryCode::PN
@ PN
Aws::WAFV2::Model::CountryCode::BF
@ BF
Aws::WAFV2::Model::CountryCode::IM
@ IM
Aws::WAFV2::Model::CountryCode::MD
@ MD
Aws::WAFV2::Model::CountryCode::SJ
@ SJ
Aws::WAFV2::Model::CountryCode::BW
@ BW
Aws::WAFV2::Model::CountryCode::CX
@ CX
Aws::WAFV2::Model::CountryCode::GG
@ GG
Aws::WAFV2::Model::CountryCode::BD
@ BD
Aws::WAFV2::Model::CountryCode::IL
@ IL
Aws::WAFV2::Model::CountryCode::VI
@ VI
Aws::WAFV2::Model::CountryCode::NP
@ NP
Aws::WAFV2::Model::CountryCode::FK
@ FK
Aws::WAFV2::Model::CountryCode::SR
@ SR
Aws::WAFV2::Model::CountryCode::RS
@ RS
Aws::WAFV2::Model::CountryCode::GQ
@ GQ
Aws::WAFV2::Model::CountryCode::NZ
@ NZ
Aws::WAFV2::Model::CountryCode::CY
@ CY
Aws::WAFV2::Model::CountryCode::NC
@ NC
Aws::WAFV2::Model::CountryCode::LR
@ LR
Aws::WAFV2::Model::CountryCode::HT
@ HT
Aws::WAFV2::Model::CountryCode::LU
@ LU
Aws::WAFV2::Model::CountryCode::BY
@ BY
Aws::WAFV2::Model::CountryCode::SN
@ SN
Aws::WAFV2::Model::CountryCode::CZ
@ CZ
Aws::WAFV2::Model::CountryCode::MC
@ MC
Aws::WAFV2::Model::CountryCode::NU
@ NU
Aws::WAFV2::Model::CountryCode::MN
@ MN
Aws::WAFV2::Model::CountryCode::TN
@ TN
Aws::WAFV2::Model::CountryCode::WF
@ WF
Aws::WAFV2::Model::CountryCode::SO
@ SO
Aws::WAFV2::Model::CountryCode::BS
@ BS
Aws::WAFV2::Model::CountryCode::CW
@ CW
Aws::WAFV2::Model::CountryCode::PL
@ PL
Aws::WAFV2::Model::CountryCode::BB
@ BB
Aws::WAFV2::Model::CountryCode::ME
@ ME
Aws::WAFV2::Model::CountryCode::UY
@ UY
Aws::WAFV2::Model::CountryCode::FJ
@ FJ
Aws::WAFV2::Model::CountryCode::SB
@ SB
Aws::WAFV2::Model::CountryCode::PH
@ PH
Aws::WAFV2::Model::CountryCode::AS
@ AS
Aws::WAFV2::Model::CountryCode::EE
@ EE
Aws::WAFV2::Model::CountryCode::CV
@ CV
Aws::WAFV2::Model::CountryCode::BL
@ BL
Aws::WAFV2::Model::CountryCode::LV
@ LV
Aws::WAFV2::Model::CountryCode::VE
@ VE
Aws::WAFV2::Model::CountryCode::KN
@ KN
Aws::WAFV2::Model::CountryCode::CC
@ CC
Aws::WAFV2::Model::CountryCode::BQ
@ BQ
Aws::WAFV2::Model::CountryCode::HN
@ HN
Aws::WAFV2::Model::CountryCode::MZ
@ MZ
Aws::WAFV2::Model::CountryCode::TM
@ TM
Aws::WAFV2::Model::CountryCode::GN
@ GN
Aws::WAFV2::Model::CountryCode::MM
@ MM
Aws::WAFV2::Model::CountryCode::GP
@ GP
Aws::WAFV2::Model::CountryCode::GL
@ GL
Aws::WAFV2::Model::CountryCode::RE
@ RE
Aws::WAFV2::Model::CountryCode::ET
@ ET
Aws::WAFV2::Model::CountryCode::BI
@ BI
Aws::WAFV2::Model::CountryCode::TK
@ TK
Aws::WAFV2::Model::CountryCode::VC
@ VC
Aws::WAFV2::Model::CountryCode::ID
@ ID
Aws::WAFV2::Model::CountryCode::KY
@ KY
Aws::WAFV2::Model::CountryCode::MG
@ MG
Aws::WAFV2::Model::CountryCode::VU
@ VU
Aws::WAFV2::Model::CountryCode::NG
@ NG
Aws::WAFV2::Model::CountryCode::OM
@ OM
Aws::WAFV2::Model::CountryCode::FO
@ FO
Aws::WAFV2::Model::CountryCode::GF
@ GF
Aws::WAFV2::Model::CountryCode::GW
@ GW
Aws::WAFV2::Model::CountryCode::DO
@ DO
Aws::WAFV2::Model::CountryCode::LY
@ LY
Aws::WAFV2::Model::CountryCode::NO
@ NO
Aws::WAFV2::Model::CountryCode::NR
@ NR
Aws::WAFV2::Model::CountryCode::TF
@ TF
Aws::WAFV2::Model::CountryCode::TL
@ TL
Aws::WAFV2::Model::CountryCode::SX
@ SX
Aws::WAFV2::Model::CountryCode::BV
@ BV
Aws::WAFV2::Model::CountryCode::CU
@ CU
Aws::WAFV2::Model::CountryCode::IN
@ IN
Aws::WAFV2::Model::CountryCode::MP
@ MP
Aws::WAFV2::Model::CountryCode::LB
@ LB
Aws::WAFV2::Model::CountryCode::IT
@ IT
Aws::WAFV2::Model::CountryCode::KW
@ KW
Aws::WAFV2::Model::CountryCode::GA
@ GA
Aws::WAFV2::Model::CountryCode::SI
@ SI
Aws::WAFV2::Model::CountryCode::IO
@ IO
Aws::WAFV2::Model::CountryCode::ML
@ ML
Aws::WAFV2::Model::CountryCode::IE
@ IE
Aws::WAFV2::Model::CountryCode::SV
@ SV
Aws::WAFV2::Model::CountryCode::PS
@ PS
Aws::WAFV2::Model::CountryCode::BE
@ BE
Aws::WAFV2::Model::CountryCode::NA
@ NA
Aws::WAFV2::Model::CountryCode::SS
@ SS
Aws::WAFV2::Model::CountryCode::MR
@ MR
Aws::WAFV2::Model::CountryCode::PK
@ PK
Aws::WAFV2::Model::CountryCode::KP
@ KP
Aws::WAFV2::Model::CountryCode::KM
@ KM
Aws::WAFV2::Model::CountryCode::DK
@ DK
Aws::WAFV2::Model::CountryCode::BJ
@ BJ
Aws::WAFV2::Model::CountryCode::TT
@ TT
Aws::WAFV2::Model::CountryCode::VN
@ VN
Aws::WAFV2::Model::CountryCode::AD
@ AD
Aws::WAFV2::Model::CountryCode::BZ
@ BZ
Aws::WAFV2::Model::CountryCode::MU
@ MU
Aws::WAFV2::Model::CountryCode::LS
@ LS
Aws::WAFV2::Model::CountryCode::AL
@ AL
Aws::WAFV2::Model::CountryCode::AE
@ AE
Aws::WAFV2::Model::CountryCode::MO
@ MO
Aws::WAFV2::Model::CountryCode::TR
@ TR
Aws::WAFV2::Model::CountryCode::SH
@ SH
Aws::WAFV2::Model::CountryCode::ST
@ ST
Aws::WAFV2::Model::CountryCode::SE
@ SE
Aws::WAFV2::Model::CountryCode::FI
@ FI
Aws::WAFV2::Model::CountryCode::GR
@ GR
Aws::WAFV2::Model::CountryCode::RO
@ RO
Aws::WAFV2::Model::CountryCode::RU
@ RU
Aws::WAFV2::Model::CountryCode::MW
@ MW
Aws::WAFV2::Model::CountryCode::DZ
@ DZ
Aws::WAFV2::Model::CountryCode::AT
@ AT
Aws::WAFV2::Model::CountryCode::MK
@ MK
Aws::WAFV2::Model::CountryCode::EG
@ EG
Aws::WAFV2::Model::CountryCode::TD
@ TD
Aws::WAFV2::Model::CountryCode::BN
@ BN
Aws::WAFV2::Model::CountryCode::HR
@ HR
Aws::WAFV2::Model::CountryCode::KH
@ KH
Aws::WAFV2::Model::CountryCode::FM
@ FM
Aws::WAFV2::Model::CountryCode::TC
@ TC
Aws::WAFV2::Model::CountryCode::NI
@ NI
Aws::WAFV2::Model::ComparisonOperator::LT
@ LT
Aws::WAFV2::Model::ComparisonOperator::GT
@ GT
Aws::WAFV2::Model::ComparisonOperator::NE
@ NE
Aws::WAFV2::Model::ComparisonOperator::GE
@ GE
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