AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-simspaceweaver
include
aws
simspaceweaver
model
SimulationStatus.h
1
6
#pragma once
7
#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SimSpaceWeaver
13
{
14
namespace
Model
15
{
16
enum class
SimulationStatus
17
{
18
NOT_SET
,
19
UNKNOWN
,
20
STARTING
,
21
STARTED
,
22
STOPPING
,
23
STOPPED
,
24
FAILED
,
25
DELETING
,
26
DELETED
,
27
SNAPSHOT_IN_PROGRESS
28
};
29
30
namespace
SimulationStatusMapper
31
{
32
AWS_SIMSPACEWEAVER_API
SimulationStatus
GetSimulationStatusForName
(
const
Aws::String
& name);
33
34
AWS_SIMSPACEWEAVER_API
Aws::String
GetNameForSimulationStatus
(
SimulationStatus
value);
35
}
// namespace SimulationStatusMapper
36
}
// namespace Model
37
}
// namespace SimSpaceWeaver
38
}
// namespace Aws
Aws::SimSpaceWeaver::Model::SimulationStatusMapper::GetSimulationStatusForName
AWS_SIMSPACEWEAVER_API SimulationStatus GetSimulationStatusForName(const Aws::String &name)
Aws::SimSpaceWeaver::Model::SimulationStatusMapper::GetNameForSimulationStatus
AWS_SIMSPACEWEAVER_API Aws::String GetNameForSimulationStatus(SimulationStatus value)
Aws::SimSpaceWeaver::Model::SimulationStatus
SimulationStatus
Definition
SimulationStatus.h:17
Aws::SimSpaceWeaver::Model::SimulationStatus::DELETED
@ DELETED
Aws::SimSpaceWeaver::Model::SimulationStatus::DELETING
@ DELETING
Aws::SimSpaceWeaver::Model::SimulationStatus::SNAPSHOT_IN_PROGRESS
@ SNAPSHOT_IN_PROGRESS
Aws::SimSpaceWeaver::Model::SimulationStatus::FAILED
@ FAILED
Aws::SimSpaceWeaver::Model::ClockStatus::STARTING
@ STARTING
Aws::SimSpaceWeaver::Model::ClockStatus::STOPPED
@ STOPPED
Aws::SimSpaceWeaver::Model::ClockStatus::STARTED
@ STARTED
Aws::SimSpaceWeaver::Model::ClockStatus::NOT_SET
@ NOT_SET
Aws::SimSpaceWeaver::Model::ClockStatus::UNKNOWN
@ UNKNOWN
Aws::SimSpaceWeaver::Model::ClockStatus::STOPPING
@ STOPPING
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