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-iotfleetwise
include
aws
iotfleetwise
model
VehicleState.h
1
6
#pragma once
7
#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IoTFleetWise
13
{
14
namespace
Model
15
{
16
enum class
VehicleState
17
{
18
NOT_SET
,
19
CREATED
,
20
READY
,
21
HEALTHY
,
22
SUSPENDED
,
23
DELETING
24
};
25
26
namespace
VehicleStateMapper
27
{
28
AWS_IOTFLEETWISE_API
VehicleState
GetVehicleStateForName
(
const
Aws::String
& name);
29
30
AWS_IOTFLEETWISE_API
Aws::String
GetNameForVehicleState
(
VehicleState
value);
31
}
// namespace VehicleStateMapper
32
}
// namespace Model
33
}
// namespace IoTFleetWise
34
}
// namespace Aws
Aws::IoTFleetWise::Model::VehicleStateMapper::GetVehicleStateForName
AWS_IOTFLEETWISE_API VehicleState GetVehicleStateForName(const Aws::String &name)
Aws::IoTFleetWise::Model::VehicleStateMapper::GetNameForVehicleState
AWS_IOTFLEETWISE_API Aws::String GetNameForVehicleState(VehicleState value)
Aws::IoTFleetWise::Model::CampaignStatus::SUSPENDED
@ SUSPENDED
Aws::IoTFleetWise::Model::CampaignStatus::NOT_SET
@ NOT_SET
Aws::IoTFleetWise::Model::VehicleState
VehicleState
Definition
VehicleState.h:17
Aws::IoTFleetWise::Model::VehicleState::READY
@ READY
Aws::IoTFleetWise::Model::VehicleState::CREATED
@ CREATED
Aws::IoTFleetWise::Model::VehicleState::DELETING
@ DELETING
Aws::IoTFleetWise::Model::VehicleState::HEALTHY
@ HEALTHY
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