AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
DeviceAggregatedStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/panorama/Panorama_EXPORTS.h>
9
10namespace Aws {
11namespace Panorama {
12namespace Model {
14 NOT_SET,
15 ERROR_,
17 PENDING,
18 FAILED,
20 ONLINE,
21 OFFLINE,
25};
26
27namespace DeviceAggregatedStatusMapper {
29
31} // namespace DeviceAggregatedStatusMapper
32} // namespace Model
33} // namespace Panorama
34} // namespace Aws
AWS_PANORAMA_API DeviceAggregatedStatus GetDeviceAggregatedStatusForName(const Aws::String &name)
AWS_PANORAMA_API Aws::String GetNameForDeviceAggregatedStatus(DeviceAggregatedStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String