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
DeploymentStatus.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
DeploymentStatus
17
{
18
NOT_SET
,
19
Pending
,
20
Preparing
,
21
InProgress
,
22
Failed
,
23
Succeeded
,
24
Canceled
25
};
26
27
namespace
DeploymentStatusMapper
28
{
29
AWS_ROBOMAKER_API
DeploymentStatus
GetDeploymentStatusForName
(
const
Aws::String
& name);
30
31
AWS_ROBOMAKER_API
Aws::String
GetNameForDeploymentStatus
(
DeploymentStatus
value);
32
}
// namespace DeploymentStatusMapper
33
}
// namespace Model
34
}
// namespace RoboMaker
35
}
// namespace Aws
Aws::RoboMaker::Model::DeploymentStatusMapper::GetNameForDeploymentStatus
AWS_ROBOMAKER_API Aws::String GetNameForDeploymentStatus(DeploymentStatus value)
Aws::RoboMaker::Model::DeploymentStatusMapper::GetDeploymentStatusForName
AWS_ROBOMAKER_API DeploymentStatus GetDeploymentStatusForName(const Aws::String &name)
Aws::RoboMaker::Model::Architecture::NOT_SET
@ NOT_SET
Aws::RoboMaker::Model::DeploymentStatus
DeploymentStatus
Definition
DeploymentStatus.h:17
Aws::RoboMaker::Model::DeploymentStatus::Canceled
@ Canceled
Aws::RoboMaker::Model::DeploymentStatus::InProgress
@ InProgress
Aws::RoboMaker::Model::DeploymentStatus::Pending
@ Pending
Aws::RoboMaker::Model::DeploymentStatus::Succeeded
@ Succeeded
Aws::RoboMaker::Model::DeploymentStatus::Preparing
@ Preparing
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