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-groundstation
include
aws
groundstation
model
AgentStatus.h
1
6
#pragma once
7
#include <aws/groundstation/GroundStation_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
GroundStation
13
{
14
namespace
Model
15
{
16
enum class
AgentStatus
17
{
18
NOT_SET
,
19
SUCCESS
,
20
FAILED
,
21
ACTIVE
,
22
INACTIVE
23
};
24
25
namespace
AgentStatusMapper
26
{
27
AWS_GROUNDSTATION_API
AgentStatus
GetAgentStatusForName
(
const
Aws::String
& name);
28
29
AWS_GROUNDSTATION_API
Aws::String
GetNameForAgentStatus
(
AgentStatus
value);
30
}
// namespace AgentStatusMapper
31
}
// namespace Model
32
}
// namespace GroundStation
33
}
// namespace Aws
Aws::GroundStation::Model::AgentStatusMapper::GetNameForAgentStatus
AWS_GROUNDSTATION_API Aws::String GetNameForAgentStatus(AgentStatus value)
Aws::GroundStation::Model::AgentStatusMapper::GetAgentStatusForName
AWS_GROUNDSTATION_API AgentStatus GetAgentStatusForName(const Aws::String &name)
Aws::GroundStation::Model::AgentStatus
AgentStatus
Definition
AgentStatus.h:17
Aws::GroundStation::Model::AgentStatus::ACTIVE
@ ACTIVE
Aws::GroundStation::Model::AgentStatus::NOT_SET
@ NOT_SET
Aws::GroundStation::Model::AgentStatus::INACTIVE
@ INACTIVE
Aws::GroundStation::Model::AgentStatus::FAILED
@ FAILED
Aws::GroundStation::Model::AgentStatus::SUCCESS
@ SUCCESS
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