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-apigateway
include
aws
apigateway
model
Op.h
1
6
#pragma once
7
#include <aws/apigateway/APIGateway_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
APIGateway
13
{
14
namespace
Model
15
{
16
enum class
Op
17
{
18
NOT_SET
,
19
add
,
20
remove
,
21
replace
,
22
move
,
23
copy
,
24
test
25
};
26
27
namespace
OpMapper
28
{
29
AWS_APIGATEWAY_API
Op
GetOpForName
(
const
Aws::String
& name);
30
31
AWS_APIGATEWAY_API
Aws::String
GetNameForOp
(
Op
value);
32
}
// namespace OpMapper
33
}
// namespace Model
34
}
// namespace APIGateway
35
}
// namespace Aws
Aws::APIGateway::Model::OpMapper::GetOpForName
AWS_APIGATEWAY_API Op GetOpForName(const Aws::String &name)
Aws::APIGateway::Model::OpMapper::GetNameForOp
AWS_APIGATEWAY_API Aws::String GetNameForOp(Op value)
Aws::APIGateway::Model::Op
Op
Definition
Op.h:17
Aws::APIGateway::Model::Op::test
@ test
Aws::APIGateway::Model::Op::remove
@ remove
Aws::APIGateway::Model::Op::copy
@ copy
Aws::APIGateway::Model::Op::add
@ add
Aws::APIGateway::Model::Op::move
@ move
Aws::APIGateway::Model::Op::replace
@ replace
Aws::APIGateway::Model::ApiKeysFormat::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