AWS SDK for C++
AWS SDK for C++ Version 1.11.768
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
namespace
APIGateway {
12
namespace
Model {
13
enum class
ApiKeysFormat
{
NOT_SET
,
csv
};
14
15
namespace
ApiKeysFormatMapper {
16
AWS_APIGATEWAY_API
ApiKeysFormat
GetApiKeysFormatForName
(
const
Aws::String
& name);
17
18
AWS_APIGATEWAY_API
Aws::String
GetNameForApiKeysFormat
(
ApiKeysFormat
value);
19
}
// namespace ApiKeysFormatMapper
20
}
// namespace Model
21
}
// namespace APIGateway
22
}
// 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::AccessAssociationSourceType::NOT_SET
@ NOT_SET
Aws::APIGateway::Model::ApiKeysFormat
ApiKeysFormat
Definition
ApiKeysFormat.h:13
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