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-pinpoint
include
aws
pinpoint
model
Frequency.h
1
6
#pragma once
7
#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Pinpoint
13
{
14
namespace
Model
15
{
16
enum class
Frequency
17
{
18
NOT_SET
,
19
ONCE
,
20
HOURLY
,
21
DAILY
,
22
WEEKLY
,
23
MONTHLY
,
24
EVENT
,
25
IN_APP_EVENT
26
};
27
28
namespace
FrequencyMapper
29
{
30
AWS_PINPOINT_API
Frequency
GetFrequencyForName
(
const
Aws::String
& name);
31
32
AWS_PINPOINT_API
Aws::String
GetNameForFrequency
(
Frequency
value);
33
}
// namespace FrequencyMapper
34
}
// namespace Model
35
}
// namespace Pinpoint
36
}
// namespace Aws
Aws::Pinpoint::Model::FrequencyMapper::GetNameForFrequency
AWS_PINPOINT_API Aws::String GetNameForFrequency(Frequency value)
Aws::Pinpoint::Model::FrequencyMapper::GetFrequencyForName
AWS_PINPOINT_API Frequency GetFrequencyForName(const Aws::String &name)
Aws::Pinpoint::Model::Frequency
Frequency
Definition
Frequency.h:17
Aws::Pinpoint::Model::Frequency::EVENT
@ EVENT
Aws::Pinpoint::Model::Frequency::IN_APP_EVENT
@ IN_APP_EVENT
Aws::Pinpoint::Model::Frequency::WEEKLY
@ WEEKLY
Aws::Pinpoint::Model::Frequency::DAILY
@ DAILY
Aws::Pinpoint::Model::Frequency::ONCE
@ ONCE
Aws::Pinpoint::Model::Frequency::HOURLY
@ HOURLY
Aws::Pinpoint::Model::Frequency::MONTHLY
@ MONTHLY
Aws::Pinpoint::Model::__EndpointTypesElement::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