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-compute-optimizer
include
aws
compute-optimizer
model
LicenseEdition.h
1
6
#pragma once
7
#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ComputeOptimizer
13
{
14
namespace
Model
15
{
16
enum class
LicenseEdition
17
{
18
NOT_SET
,
19
Enterprise
,
20
Standard
,
21
Free
,
22
NoLicenseEditionFound
23
};
24
25
namespace
LicenseEditionMapper
26
{
27
AWS_COMPUTEOPTIMIZER_API
LicenseEdition
GetLicenseEditionForName
(
const
Aws::String
& name);
28
29
AWS_COMPUTEOPTIMIZER_API
Aws::String
GetNameForLicenseEdition
(
LicenseEdition
value);
30
}
// namespace LicenseEditionMapper
31
}
// namespace Model
32
}
// namespace ComputeOptimizer
33
}
// namespace Aws
Aws::ComputeOptimizer::Model::LicenseEditionMapper::GetNameForLicenseEdition
AWS_COMPUTEOPTIMIZER_API Aws::String GetNameForLicenseEdition(LicenseEdition value)
Aws::ComputeOptimizer::Model::LicenseEditionMapper::GetLicenseEditionForName
AWS_COMPUTEOPTIMIZER_API LicenseEdition GetLicenseEditionForName(const Aws::String &name)
Aws::ComputeOptimizer::Model::AutoScalingConfiguration::NOT_SET
@ NOT_SET
Aws::ComputeOptimizer::Model::LicenseEdition
LicenseEdition
Definition
LicenseEdition.h:17
Aws::ComputeOptimizer::Model::LicenseEdition::NoLicenseEditionFound
@ NoLicenseEditionFound
Aws::ComputeOptimizer::Model::LicenseEdition::Enterprise
@ Enterprise
Aws::ComputeOptimizer::Model::LicenseEdition::Free
@ Free
Aws::ComputeOptimizer::Model::LicenseEdition::Standard
@ Standard
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