AWS SDK for C++
AWS SDK for C++ Version 1.11.742
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SimSpaceWeaver {
12
namespace
Model {
13
enum class
ClockStatus
{
NOT_SET
,
UNKNOWN
,
STARTING
,
STARTED
,
STOPPING
,
STOPPED
};
14
15
namespace
ClockStatusMapper {
16
AWS_SIMSPACEWEAVER_API
ClockStatus
GetClockStatusForName
(
const
Aws::String
& name);
17
18
AWS_SIMSPACEWEAVER_API
Aws::String
GetNameForClockStatus
(
ClockStatus
value);
19
}
// namespace ClockStatusMapper
20
}
// namespace Model
21
}
// namespace SimSpaceWeaver
22
}
// 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:13
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