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-robomaker
include
aws
robomaker
model
RobotStatus.h
1
6
#pragma once
7
#include <aws/robomaker/RoboMaker_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
RoboMaker
13
{
14
namespace
Model
15
{
16
enum class
RobotStatus
17
{
18
NOT_SET
,
19
Available
,
20
Registered
,
21
PendingNewDeployment
,
22
Deploying
,
23
Failed
,
24
InSync
,
25
NoResponse
26
};
27
28
namespace
RobotStatusMapper
29
{
30
AWS_ROBOMAKER_API
RobotStatus
GetRobotStatusForName
(
const
Aws::String
& name);
31
32
AWS_ROBOMAKER_API
Aws::String
GetNameForRobotStatus
(
RobotStatus
value);
33
}
// namespace RobotStatusMapper
34
}
// namespace Model
35
}
// namespace RoboMaker
36
}
// namespace Aws
Aws::RoboMaker::Model::RobotStatusMapper::GetRobotStatusForName
AWS_ROBOMAKER_API RobotStatus GetRobotStatusForName(const Aws::String &name)
Aws::RoboMaker::Model::RobotStatusMapper::GetNameForRobotStatus
AWS_ROBOMAKER_API Aws::String GetNameForRobotStatus(RobotStatus value)
Aws::RoboMaker::Model::Architecture::NOT_SET
@ NOT_SET
Aws::RoboMaker::Model::RobotStatus
RobotStatus
Definition
RobotStatus.h:17
Aws::RoboMaker::Model::RobotStatus::NoResponse
@ NoResponse
Aws::RoboMaker::Model::RobotStatus::Registered
@ Registered
Aws::RoboMaker::Model::RobotStatus::Available
@ Available
Aws::RoboMaker::Model::RobotStatus::PendingNewDeployment
@ PendingNewDeployment
Aws::RoboMaker::Model::RobotStatus::Deploying
@ Deploying
Aws::RoboMaker::Model::RobotStatus::InSync
@ InSync
Aws::RoboMaker::Model::DeploymentStatus::Failed
@ 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