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
ApiKeysFormat.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
ApiKeysFormat
17
{
18
NOT_SET
,
19
csv
20
};
21
22
namespace
ApiKeysFormatMapper
23
{
24
AWS_APIGATEWAY_API
ApiKeysFormat
GetApiKeysFormatForName
(
const
Aws::String
& name);
25
26
AWS_APIGATEWAY_API
Aws::String
GetNameForApiKeysFormat
(
ApiKeysFormat
value);
27
}
// namespace ApiKeysFormatMapper
28
}
// namespace Model
29
}
// namespace APIGateway
30
}
// namespace Aws
Aws::APIGateway::Model::ApiKeysFormatMapper::GetNameForApiKeysFormat
AWS_APIGATEWAY_API Aws::String GetNameForApiKeysFormat(ApiKeysFormat value)
Aws::APIGateway::Model::ApiKeysFormatMapper::GetApiKeysFormatForName
AWS_APIGATEWAY_API ApiKeysFormat GetApiKeysFormatForName(const Aws::String &name)
Aws::APIGateway::Model::ApiKeysFormat
ApiKeysFormat
Definition
ApiKeysFormat.h:17
Aws::APIGateway::Model::ApiKeysFormat::NOT_SET
@ NOT_SET
Aws::APIGateway::Model::ApiKeysFormat::csv
@ csv
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