AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
LicenseModel.h
1
6#pragma once
7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace ComputeOptimizer {
12namespace Model {
14
15namespace LicenseModelMapper {
16AWS_COMPUTEOPTIMIZER_API LicenseModel GetLicenseModelForName(const Aws::String& name);
17
18AWS_COMPUTEOPTIMIZER_API Aws::String GetNameForLicenseModel(LicenseModel value);
19} // namespace LicenseModelMapper
20} // namespace Model
21} // namespace ComputeOptimizer
22} // namespace Aws
AWS_COMPUTEOPTIMIZER_API LicenseModel GetLicenseModelForName(const Aws::String &name)
AWS_COMPUTEOPTIMIZER_API Aws::String GetNameForLicenseModel(LicenseModel value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String