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
EnvironmentState.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
EnvironmentState
{
NOT_SET
,
CREATING
,
CREATED
,
DELETING
,
DELETED
,
CREATE_FAILED
};
14
15
namespace
EnvironmentStateMapper {
16
AWS_EVS_API
EnvironmentState
GetEnvironmentStateForName
(
const
Aws::String
& name);
17
18
AWS_EVS_API
Aws::String
GetNameForEnvironmentState
(
EnvironmentState
value);
19
}
// namespace EnvironmentStateMapper
20
}
// namespace Model
21
}
// namespace EVS
22
}
// 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:13
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