AWS SDK for C++
AWS SDK for C++ Version 1.11.743
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/evs/EVS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
EVS {
12
namespace
Model {
13
enum class
HostState
{
NOT_SET
,
CREATING
,
CREATED
,
UPDATING
,
DELETING
,
DELETED
,
CREATE_FAILED
,
UPDATE_FAILED
};
14
15
namespace
HostStateMapper {
16
AWS_EVS_API
HostState
GetHostStateForName
(
const
Aws::String
& name);
17
18
AWS_EVS_API
Aws::String
GetNameForHostState
(
HostState
value);
19
}
// namespace HostStateMapper
20
}
// namespace Model
21
}
// namespace EVS
22
}
// 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:13
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