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-customer-profiles
include
aws
customer-profiles
model
Statistic.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
Statistic
17
{
18
NOT_SET
,
19
FIRST_OCCURRENCE
,
20
LAST_OCCURRENCE
,
21
COUNT
,
22
SUM
,
23
MINIMUM
,
24
MAXIMUM
,
25
AVERAGE
,
26
MAX_OCCURRENCE
27
};
28
29
namespace
StatisticMapper
30
{
31
AWS_CUSTOMERPROFILES_API
Statistic
GetStatisticForName
(
const
Aws::String
& name);
32
33
AWS_CUSTOMERPROFILES_API
Aws::String
GetNameForStatistic
(
Statistic
value);
34
}
// namespace StatisticMapper
35
}
// namespace Model
36
}
// namespace CustomerProfiles
37
}
// namespace Aws
Aws::CustomerProfiles::Model::StatisticMapper::GetStatisticForName
AWS_CUSTOMERPROFILES_API Statistic GetStatisticForName(const Aws::String &name)
Aws::CustomerProfiles::Model::StatisticMapper::GetNameForStatistic
AWS_CUSTOMERPROFILES_API Aws::String GetNameForStatistic(Statistic value)
Aws::CustomerProfiles::Model::Statistic
Statistic
Definition
Statistic.h:17
Aws::CustomerProfiles::Model::Statistic::MAXIMUM
@ MAXIMUM
Aws::CustomerProfiles::Model::Statistic::AVERAGE
@ AVERAGE
Aws::CustomerProfiles::Model::Statistic::MAX_OCCURRENCE
@ MAX_OCCURRENCE
Aws::CustomerProfiles::Model::Statistic::LAST_OCCURRENCE
@ LAST_OCCURRENCE
Aws::CustomerProfiles::Model::Statistic::FIRST_OCCURRENCE
@ FIRST_OCCURRENCE
Aws::CustomerProfiles::Model::Statistic::COUNT
@ COUNT
Aws::CustomerProfiles::Model::Statistic::SUM
@ SUM
Aws::CustomerProfiles::Model::Statistic::MINIMUM
@ MINIMUM
Aws::CustomerProfiles::Model::AttributeMatchingModel::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