AWS SDK for C++
AWS SDK for C++ Version 1.11.685
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-route53
include
aws
route53
model
Statistic.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/route53/Route53_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Route53 {
12
namespace
Model {
13
enum class
Statistic
{
NOT_SET
,
Average
,
Sum
,
SampleCount
,
Maximum
,
Minimum
};
14
15
namespace
StatisticMapper {
16
AWS_ROUTE53_API
Statistic
GetStatisticForName
(
const
Aws::String
& name);
17
18
AWS_ROUTE53_API
Aws::String
GetNameForStatistic
(
Statistic
value);
19
}
// namespace StatisticMapper
20
}
// namespace Model
21
}
// namespace Route53
22
}
// namespace Aws
Aws::Route53::Model::StatisticMapper::GetStatisticForName
AWS_ROUTE53_API Statistic GetStatisticForName(const Aws::String &name)
Aws::Route53::Model::StatisticMapper::GetNameForStatistic
AWS_ROUTE53_API Aws::String GetNameForStatistic(Statistic value)
Aws::Route53::Model::Statistic
Statistic
Definition
Statistic.h:13
Aws::Route53::Model::Statistic::SampleCount
@ SampleCount
Aws::Route53::Model::Statistic::Maximum
@ Maximum
Aws::Route53::Model::Statistic::Sum
@ Sum
Aws::Route53::Model::Statistic::Minimum
@ Minimum
Aws::Route53::Model::Statistic::Average
@ Average
Aws::Route53::Model::AccountLimitType::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