AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-evs
include
aws
evs
model
HostState.h
1
6
#pragma once
7
#include <aws/evs/EVS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
EVS
13
{
14
namespace
Model
15
{
16
enum class
HostState
17
{
18
NOT_SET
,
19
CREATING
,
20
CREATED
,
21
UPDATING
,
22
DELETING
,
23
DELETED
,
24
CREATE_FAILED
,
25
UPDATE_FAILED
26
};
27
28
namespace
HostStateMapper
29
{
30
AWS_EVS_API
HostState
GetHostStateForName
(
const
Aws::String
& name);
31
32
AWS_EVS_API
Aws::String
GetNameForHostState
(
HostState
value);
33
}
// namespace HostStateMapper
34
}
// namespace Model
35
}
// namespace EVS
36
}
// namespace Aws
Aws::EVS::Model::HostStateMapper::GetNameForHostState
AWS_EVS_API Aws::String GetNameForHostState(HostState value)
Aws::EVS::Model::HostStateMapper::GetHostStateForName
AWS_EVS_API HostState GetHostStateForName(const Aws::String &name)
Aws::EVS::Model::CheckResult::NOT_SET
@ NOT_SET
Aws::EVS::Model::EnvironmentState::DELETED
@ DELETED
Aws::EVS::Model::EnvironmentState::CREATING
@ CREATING
Aws::EVS::Model::EnvironmentState::CREATED
@ CREATED
Aws::EVS::Model::EnvironmentState::DELETING
@ DELETING
Aws::EVS::Model::EnvironmentState::CREATE_FAILED
@ CREATE_FAILED
Aws::EVS::Model::HostState
HostState
Definition
HostState.h:17
Aws::EVS::Model::HostState::UPDATE_FAILED
@ UPDATE_FAILED
Aws::EVS::Model::HostState::UPDATING
@ UPDATING
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