AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-evs
include
aws
evs
model
EnvironmentState.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
EnvironmentState
17
{
18
NOT_SET
,
19
CREATING
,
20
CREATED
,
21
DELETING
,
22
DELETED
,
23
CREATE_FAILED
24
};
25
26
namespace
EnvironmentStateMapper
27
{
28
AWS_EVS_API
EnvironmentState
GetEnvironmentStateForName
(
const
Aws::String
& name);
29
30
AWS_EVS_API
Aws::String
GetNameForEnvironmentState
(
EnvironmentState
value);
31
}
// namespace EnvironmentStateMapper
32
}
// namespace Model
33
}
// namespace EVS
34
}
// namespace Aws
Aws::EVS::Model::EnvironmentStateMapper::GetNameForEnvironmentState
AWS_EVS_API Aws::String GetNameForEnvironmentState(EnvironmentState value)
Aws::EVS::Model::EnvironmentStateMapper::GetEnvironmentStateForName
AWS_EVS_API EnvironmentState GetEnvironmentStateForName(const Aws::String &name)
Aws::EVS::Model::CheckResult::NOT_SET
@ NOT_SET
Aws::EVS::Model::EnvironmentState
EnvironmentState
Definition
EnvironmentState.h:17
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
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences