AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EventStatus.h
1
6#pragma once
7#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace LaunchWizard
13{
14namespace Model
15{
16 enum class EventStatus
17 {
18 NOT_SET,
22 CREATED,
23 FAILED,
25 PENDING,
27 };
28
29namespace EventStatusMapper
30{
31AWS_LAUNCHWIZARD_API EventStatus GetEventStatusForName(const Aws::String& name);
32
33AWS_LAUNCHWIZARD_API Aws::String GetNameForEventStatus(EventStatus value);
34} // namespace EventStatusMapper
35} // namespace Model
36} // namespace LaunchWizard
37} // namespace Aws
AWS_LAUNCHWIZARD_API Aws::String GetNameForEventStatus(EventStatus value)
AWS_LAUNCHWIZARD_API EventStatus GetEventStatusForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String