AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-iotfleetwise
include
aws
iotfleetwise
model
TimeUnit.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
TimeUnit
17
{
18
NOT_SET
,
19
MILLISECOND
,
20
SECOND
,
21
MINUTE
,
22
HOUR
23
};
24
25
namespace
TimeUnitMapper
26
{
27
AWS_IOTFLEETWISE_API
TimeUnit
GetTimeUnitForName
(
const
Aws::String
& name);
28
29
AWS_IOTFLEETWISE_API
Aws::String
GetNameForTimeUnit
(
TimeUnit
value);
30
}
// namespace TimeUnitMapper
31
}
// namespace Model
32
}
// namespace IoTFleetWise
33
}
// namespace Aws
Aws::IoTFleetWise::Model::TimeUnitMapper::GetTimeUnitForName
AWS_IOTFLEETWISE_API TimeUnit GetTimeUnitForName(const Aws::String &name)
Aws::IoTFleetWise::Model::TimeUnitMapper::GetNameForTimeUnit
AWS_IOTFLEETWISE_API Aws::String GetNameForTimeUnit(TimeUnit value)
Aws::IoTFleetWise::Model::TimeUnit
TimeUnit
Definition
TimeUnit.h:17
Aws::IoTFleetWise::Model::TimeUnit::SECOND
@ SECOND
Aws::IoTFleetWise::Model::TimeUnit::MILLISECOND
@ MILLISECOND
Aws::IoTFleetWise::Model::TimeUnit::MINUTE
@ MINUTE
Aws::IoTFleetWise::Model::TimeUnit::HOUR
@ HOUR
Aws::IoTFleetWise::Model::CampaignStatus::NOT_SET
@ NOT_SET
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