AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-odb
include
aws
odb
model
LicenseModel.h
1
6
#pragma once
7
#include <aws/odb/Odb_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
odb
13
{
14
namespace
Model
15
{
16
enum class
LicenseModel
17
{
18
NOT_SET
,
19
BRING_YOUR_OWN_LICENSE
,
20
LICENSE_INCLUDED
21
};
22
23
namespace
LicenseModelMapper
24
{
25
AWS_ODB_API
LicenseModel
GetLicenseModelForName
(
const
Aws::String
& name);
26
27
AWS_ODB_API
Aws::String
GetNameForLicenseModel
(
LicenseModel
value);
28
}
// namespace LicenseModelMapper
29
}
// namespace Model
30
}
// namespace odb
31
}
// namespace Aws
Aws::odb::Model::LicenseModelMapper::GetNameForLicenseModel
AWS_ODB_API Aws::String GetNameForLicenseModel(LicenseModel value)
Aws::odb::Model::LicenseModelMapper::GetLicenseModelForName
AWS_ODB_API LicenseModel GetLicenseModelForName(const Aws::String &name)
Aws::odb::Model::LicenseModel
LicenseModel
Definition
LicenseModel.h:17
Aws::odb::Model::LicenseModel::LICENSE_INCLUDED
@ LICENSE_INCLUDED
Aws::odb::Model::LicenseModel::BRING_YOUR_OWN_LICENSE
@ BRING_YOUR_OWN_LICENSE
Aws::odb::Model::Access::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