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-iottwinmaker
include
aws
iottwinmaker
model
State.h
1
6
#pragma once
7
#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IoTTwinMaker
13
{
14
namespace
Model
15
{
16
enum class
State
17
{
18
NOT_SET
,
19
CREATING
,
20
UPDATING
,
21
DELETING
,
22
ACTIVE
,
23
ERROR_
24
};
25
26
namespace
StateMapper
27
{
28
AWS_IOTTWINMAKER_API
State
GetStateForName
(
const
Aws::String
& name);
29
30
AWS_IOTTWINMAKER_API
Aws::String
GetNameForState
(
State
value);
31
}
// namespace StateMapper
32
}
// namespace Model
33
}
// namespace IoTTwinMaker
34
}
// namespace Aws
Aws::IoTTwinMaker::Model::StateMapper::GetNameForState
AWS_IOTTWINMAKER_API Aws::String GetNameForState(State value)
Aws::IoTTwinMaker::Model::StateMapper::GetStateForName
AWS_IOTTWINMAKER_API State GetStateForName(const Aws::String &name)
Aws::IoTTwinMaker::Model::ColumnType::NOT_SET
@ NOT_SET
Aws::IoTTwinMaker::Model::MetadataTransferJobState::ERROR_
@ ERROR_
Aws::IoTTwinMaker::Model::State
State
Definition
State.h:17
Aws::IoTTwinMaker::Model::State::ACTIVE
@ ACTIVE
Aws::IoTTwinMaker::Model::State::CREATING
@ CREATING
Aws::IoTTwinMaker::Model::State::DELETING
@ DELETING
Aws::IoTTwinMaker::Model::State::UPDATING
@ UPDATING
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