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-iotevents-data
include
aws
iotevents-data
model
CustomerActionName.h
1
6
#pragma once
7
#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IoTEventsData
13
{
14
namespace
Model
15
{
16
enum class
CustomerActionName
17
{
18
NOT_SET
,
19
SNOOZE
,
20
ENABLE
,
21
DISABLE
,
22
ACKNOWLEDGE
,
23
RESET
24
};
25
26
namespace
CustomerActionNameMapper
27
{
28
AWS_IOTEVENTSDATA_API
CustomerActionName
GetCustomerActionNameForName
(
const
Aws::String
& name);
29
30
AWS_IOTEVENTSDATA_API
Aws::String
GetNameForCustomerActionName
(
CustomerActionName
value);
31
}
// namespace CustomerActionNameMapper
32
}
// namespace Model
33
}
// namespace IoTEventsData
34
}
// namespace Aws
Aws::IoTEventsData::Model::CustomerActionNameMapper::GetCustomerActionNameForName
AWS_IOTEVENTSDATA_API CustomerActionName GetCustomerActionNameForName(const Aws::String &name)
Aws::IoTEventsData::Model::CustomerActionNameMapper::GetNameForCustomerActionName
AWS_IOTEVENTSDATA_API Aws::String GetNameForCustomerActionName(CustomerActionName value)
Aws::IoTEventsData::Model::AlarmStateName::NOT_SET
@ NOT_SET
Aws::IoTEventsData::Model::CustomerActionName
CustomerActionName
Definition
CustomerActionName.h:17
Aws::IoTEventsData::Model::CustomerActionName::ACKNOWLEDGE
@ ACKNOWLEDGE
Aws::IoTEventsData::Model::CustomerActionName::SNOOZE
@ SNOOZE
Aws::IoTEventsData::Model::CustomerActionName::ENABLE
@ ENABLE
Aws::IoTEventsData::Model::CustomerActionName::RESET
@ RESET
Aws::IoTEventsData::Model::CustomerActionName::DISABLE
@ DISABLE
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