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-budgets
include
aws
budgets
model
TimeUnit.h
1
6
#pragma once
7
#include <aws/budgets/Budgets_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Budgets
13
{
14
namespace
Model
15
{
16
enum class
TimeUnit
17
{
18
NOT_SET
,
19
DAILY
,
20
MONTHLY
,
21
QUARTERLY
,
22
ANNUALLY
23
};
24
25
namespace
TimeUnitMapper
26
{
27
AWS_BUDGETS_API
TimeUnit
GetTimeUnitForName
(
const
Aws::String
& name);
28
29
AWS_BUDGETS_API
Aws::String
GetNameForTimeUnit
(
TimeUnit
value);
30
}
// namespace TimeUnitMapper
31
}
// namespace Model
32
}
// namespace Budgets
33
}
// namespace Aws
Aws::Budgets::Model::TimeUnitMapper::GetNameForTimeUnit
AWS_BUDGETS_API Aws::String GetNameForTimeUnit(TimeUnit value)
Aws::Budgets::Model::TimeUnitMapper::GetTimeUnitForName
AWS_BUDGETS_API TimeUnit GetTimeUnitForName(const Aws::String &name)
Aws::Budgets::Model::TimeUnit
TimeUnit
Definition
TimeUnit.h:17
Aws::Budgets::Model::TimeUnit::QUARTERLY
@ QUARTERLY
Aws::Budgets::Model::TimeUnit::DAILY
@ DAILY
Aws::Budgets::Model::TimeUnit::ANNUALLY
@ ANNUALLY
Aws::Budgets::Model::TimeUnit::MONTHLY
@ MONTHLY
Aws::Budgets::Model::ActionStatus::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