AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-customer-profiles
include
aws
customer-profiles
model
PeriodUnit.h
1
6
#pragma once
7
#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CustomerProfiles
13
{
14
namespace
Model
15
{
16
enum class
PeriodUnit
17
{
18
NOT_SET
,
19
HOURS
,
20
DAYS
,
21
WEEKS
,
22
MONTHS
23
};
24
25
namespace
PeriodUnitMapper
26
{
27
AWS_CUSTOMERPROFILES_API
PeriodUnit
GetPeriodUnitForName
(
const
Aws::String
& name);
28
29
AWS_CUSTOMERPROFILES_API
Aws::String
GetNameForPeriodUnit
(
PeriodUnit
value);
30
}
// namespace PeriodUnitMapper
31
}
// namespace Model
32
}
// namespace CustomerProfiles
33
}
// namespace Aws
Aws::CustomerProfiles::Model::PeriodUnitMapper::GetPeriodUnitForName
AWS_CUSTOMERPROFILES_API PeriodUnit GetPeriodUnitForName(const Aws::String &name)
Aws::CustomerProfiles::Model::PeriodUnitMapper::GetNameForPeriodUnit
AWS_CUSTOMERPROFILES_API Aws::String GetNameForPeriodUnit(PeriodUnit value)
Aws::CustomerProfiles::Model::PeriodUnit
PeriodUnit
Definition
PeriodUnit.h:17
Aws::CustomerProfiles::Model::PeriodUnit::HOURS
@ HOURS
Aws::CustomerProfiles::Model::PeriodUnit::WEEKS
@ WEEKS
Aws::CustomerProfiles::Model::PeriodUnit::DAYS
@ DAYS
Aws::CustomerProfiles::Model::PeriodUnit::MONTHS
@ MONTHS
Aws::CustomerProfiles::Model::AttributeDimensionType::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