AWS SDK for C++
AWS SDK for C++ Version 1.11.748
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
CustomerProfiles {
12
namespace
Model {
13
enum class
Statistic
{
NOT_SET
,
FIRST_OCCURRENCE
,
LAST_OCCURRENCE
,
COUNT
,
SUM
,
MINIMUM
,
MAXIMUM
,
AVERAGE
,
MAX_OCCURRENCE
};
14
15
namespace
StatisticMapper {
16
AWS_CUSTOMERPROFILES_API
Statistic
GetStatisticForName
(
const
Aws::String
& name);
17
18
AWS_CUSTOMERPROFILES_API
Aws::String
GetNameForStatistic
(
Statistic
value);
19
}
// namespace StatisticMapper
20
}
// namespace Model
21
}
// namespace CustomerProfiles
22
}
// 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:13
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::ActionType::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