AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PeriodUnit.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace CustomerProfiles
13{
14namespace Model
15{
16 enum class PeriodUnit
17 {
18 NOT_SET,
19 HOURS,
20 DAYS,
21 WEEKS,
22 MONTHS
23 };
24
25namespace PeriodUnitMapper
26{
27AWS_CUSTOMERPROFILES_API PeriodUnit GetPeriodUnitForName(const Aws::String& name);
28
29AWS_CUSTOMERPROFILES_API Aws::String GetNameForPeriodUnit(PeriodUnit value);
30} // namespace PeriodUnitMapper
31} // namespace Model
32} // namespace CustomerProfiles
33} // namespace Aws
AWS_CUSTOMERPROFILES_API PeriodUnit GetPeriodUnitForName(const Aws::String &name)
AWS_CUSTOMERPROFILES_API Aws::String GetNameForPeriodUnit(PeriodUnit value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String