AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
EventStatus.h
1
6#pragma once
7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace Notifications
13{
14namespace Model
15{
16 enum class EventStatus
17 {
18 NOT_SET,
19 HEALTHY,
21 };
22
23namespace EventStatusMapper
24{
25AWS_NOTIFICATIONS_API EventStatus GetEventStatusForName(const Aws::String& name);
26
27AWS_NOTIFICATIONS_API Aws::String GetNameForEventStatus(EventStatus value);
28} // namespace EventStatusMapper
29} // namespace Model
30} // namespace Notifications
31} // namespace Aws
AWS_NOTIFICATIONS_API EventStatus GetEventStatusForName(const Aws::String &name)
AWS_NOTIFICATIONS_API Aws::String GetNameForEventStatus(EventStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String