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
ClockStatus.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
ClockStatus
17
{
18
NOT_SET
,
19
UNKNOWN
,
20
STARTING
,
21
STARTED
,
22
STOPPING
,
23
STOPPED
24
};
25
26
namespace
ClockStatusMapper
27
{
28
AWS_SIMSPACEWEAVER_API
ClockStatus
GetClockStatusForName
(
const
Aws::String
& name);
29
30
AWS_SIMSPACEWEAVER_API
Aws::String
GetNameForClockStatus
(
ClockStatus
value);
31
}
// namespace ClockStatusMapper
32
}
// namespace Model
33
}
// namespace SimSpaceWeaver
34
}
// namespace Aws
Aws::SimSpaceWeaver::Model::ClockStatusMapper::GetClockStatusForName
AWS_SIMSPACEWEAVER_API ClockStatus GetClockStatusForName(const Aws::String &name)
Aws::SimSpaceWeaver::Model::ClockStatusMapper::GetNameForClockStatus
AWS_SIMSPACEWEAVER_API Aws::String GetNameForClockStatus(ClockStatus value)
Aws::SimSpaceWeaver::Model::ClockStatus
ClockStatus
Definition
ClockStatus.h:17
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