AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-health
include
aws
health
model
EventStatusCode.h
1
6
#pragma once
7
#include <aws/health/Health_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Health
13
{
14
namespace
Model
15
{
16
enum class
EventStatusCode
17
{
18
NOT_SET
,
19
open
,
20
closed
,
21
upcoming
22
};
23
24
namespace
EventStatusCodeMapper
25
{
26
AWS_HEALTH_API
EventStatusCode
GetEventStatusCodeForName
(
const
Aws::String
& name);
27
28
AWS_HEALTH_API
Aws::String
GetNameForEventStatusCode
(
EventStatusCode
value);
29
}
// namespace EventStatusCodeMapper
30
}
// namespace Model
31
}
// namespace Health
32
}
// namespace Aws
Aws::Health::Model::EventStatusCodeMapper::GetNameForEventStatusCode
AWS_HEALTH_API Aws::String GetNameForEventStatusCode(EventStatusCode value)
Aws::Health::Model::EventStatusCodeMapper::GetEventStatusCodeForName
AWS_HEALTH_API EventStatusCode GetEventStatusCodeForName(const Aws::String &name)
Aws::Health::Model::EventStatusCode
EventStatusCode
Definition
EventStatusCode.h:17
Aws::Health::Model::EventStatusCode::closed
@ closed
Aws::Health::Model::EventStatusCode::open
@ open
Aws::Health::Model::EventStatusCode::upcoming
@ upcoming
Aws::Health::Model::EntityStatusCode::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences