AWS SDK for C++
AWS SDK for C++ Version 1.11.766
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
namespace
APIGateway {
12
namespace
Model {
13
enum class
Op
{
NOT_SET
,
add
,
remove
,
replace
,
move
,
copy
,
test
};
14
15
namespace
OpMapper {
16
AWS_APIGATEWAY_API
Op
GetOpForName
(
const
Aws::String
& name);
17
18
AWS_APIGATEWAY_API
Aws::String
GetNameForOp
(
Op
value);
19
}
// namespace OpMapper
20
}
// namespace Model
21
}
// namespace APIGateway
22
}
// 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::AccessAssociationSourceType::NOT_SET
@ NOT_SET
Aws::APIGateway::Model::Op
Op
Definition
Op.h:13
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
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences