AWS SDK for C++

AWS SDK for C++ Version 1.11.835

Loading...
Searching...
No Matches
Chipset.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda-microvms/LambdaMicrovms_EXPORTS.h>
9
10namespace Aws {
11namespace LambdaMicrovms {
12namespace Model {
13enum class Chipset { NOT_SET, GRAVITON };
14
15namespace ChipsetMapper {
16AWS_LAMBDAMICROVMS_API Chipset GetChipsetForName(const Aws::String& name);
17
18AWS_LAMBDAMICROVMS_API Aws::String GetNameForChipset(Chipset value);
19} // namespace ChipsetMapper
20} // namespace Model
21} // namespace LambdaMicrovms
22} // namespace Aws
AWS_LAMBDAMICROVMS_API Aws::String GetNameForChipset(Chipset value)
AWS_LAMBDAMICROVMS_API Chipset GetChipsetForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String