AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
FleetAttribute.h
Go to the documentation of this file.
1
6#pragma once
9
10namespace Aws
11{
12namespace AppStream
13{
14namespace Model
15{
16 enum class FleetAttribute
17 {
18 NOT_SET,
25 };
26
27namespace FleetAttributeMapper
28{
30
32} // namespace FleetAttributeMapper
33} // namespace Model
34} // namespace AppStream
35} // namespace Aws
#define AWS_APPSTREAM_API
AWS_APPSTREAM_API FleetAttribute GetFleetAttributeForName(const Aws::String &name)
AWS_APPSTREAM_API Aws::String GetNameForFleetAttribute(FleetAttribute value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String