AWS SDK for C++

AWS SDK for C++ Version 1.11.773

Loading...
Searching...
No Matches
EventStatus.h
1
6#pragma once
7#include <aws/compute-optimizer-automation/ComputeOptimizerAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace ComputeOptimizerAutomation {
12namespace Model {
13enum class EventStatus {
14 NOT_SET,
15 Ready,
18 Failed,
24};
25
26namespace EventStatusMapper {
27AWS_COMPUTEOPTIMIZERAUTOMATION_API EventStatus GetEventStatusForName(const Aws::String& name);
28
29AWS_COMPUTEOPTIMIZERAUTOMATION_API Aws::String GetNameForEventStatus(EventStatus value);
30} // namespace EventStatusMapper
31} // namespace Model
32} // namespace ComputeOptimizerAutomation
33} // namespace Aws
AWS_COMPUTEOPTIMIZERAUTOMATION_API Aws::String GetNameForEventStatus(EventStatus value)
AWS_COMPUTEOPTIMIZERAUTOMATION_API EventStatus GetEventStatusForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String