AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DeviceStatus.h
Go to the documentation of this file.
1
6#pragma once
9
10namespace Aws
11{
12namespace Panorama
13{
14namespace Model
15{
16 enum class DeviceStatus
17 {
18 NOT_SET,
20 PENDING,
22 FAILED,
23 ERROR_,
25 };
26
27namespace DeviceStatusMapper
28{
30
32} // namespace DeviceStatusMapper
33} // namespace Model
34} // namespace Panorama
35} // namespace Aws
#define AWS_PANORAMA_API
AWS_PANORAMA_API Aws::String GetNameForDeviceStatus(DeviceStatus value)
AWS_PANORAMA_API DeviceStatus GetDeviceStatusForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String