AWS SDK for C++
1.9.1
AWS SDK for C++
aws-cpp-sdk-ce
include
aws
ce
model
Granularity.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/ce/CostExplorer_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
10
namespace
Aws
11
{
12
namespace
CostExplorer
13
{
14
namespace
Model
15
{
16
enum class
Granularity
17
{
18
NOT_SET
,
19
DAILY,
20
MONTHLY,
21
HOURLY
22
};
23
24
namespace
GranularityMapper
25
{
26
AWS_COSTEXPLORER_API
Granularity
GetGranularityForName
(
const
Aws::String
& name);
27
28
AWS_COSTEXPLORER_API
Aws::String
GetNameForGranularity
(
Granularity
value);
29
}
// namespace GranularityMapper
30
}
// namespace Model
31
}
// namespace CostExplorer
32
}
// namespace Aws
Aws::CostExplorer::Model::Granularity
Granularity
Definition:
Granularity.h:17
CostExplorer_EXPORTS.h
Aws::CostExplorer::Model::Granularity::NOT_SET
@ NOT_SET
AWSString.h
AWS_COSTEXPLORER_API
#define AWS_COSTEXPLORER_API
Definition:
CostExplorer_EXPORTS.h:28
Aws::CostExplorer::Model::GranularityMapper::GetNameForGranularity
AWS_COSTEXPLORER_API Aws::String GetNameForGranularity(Granularity value)
Aws
Definition:
AccessManagementClient.h:15
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Aws::CostExplorer::Model::GranularityMapper::GetGranularityForName
AWS_COSTEXPLORER_API Granularity GetGranularityForName(const Aws::String &name)
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences