AWS SDK for C++
AWS SDK for C++ Version 1.11.742
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/health/Health_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Health {
12
namespace
Model {
13
enum class
EventStatusCode
{
NOT_SET
,
open
,
closed
,
upcoming
};
14
15
namespace
EventStatusCodeMapper {
16
AWS_HEALTH_API
EventStatusCode
GetEventStatusCodeForName
(
const
Aws::String
& name);
17
18
AWS_HEALTH_API
Aws::String
GetNameForEventStatusCode
(
EventStatusCode
value);
19
}
// namespace EventStatusCodeMapper
20
}
// namespace Model
21
}
// namespace Health
22
}
// 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:13
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