AWS SDK for C++
AWS SDK for C++ Version 1.11.682
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
namespace
Budgets {
12
namespace
Model {
13
enum class
TimeUnit
{
NOT_SET
,
DAILY
,
MONTHLY
,
QUARTERLY
,
ANNUALLY
,
CUSTOM
};
14
15
namespace
TimeUnitMapper {
16
AWS_BUDGETS_API
TimeUnit
GetTimeUnitForName
(
const
Aws::String
& name);
17
18
AWS_BUDGETS_API
Aws::String
GetNameForTimeUnit
(
TimeUnit
value);
19
}
// namespace TimeUnitMapper
20
}
// namespace Model
21
}
// namespace Budgets
22
}
// 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:13
Aws::Budgets::Model::TimeUnit::QUARTERLY
@ QUARTERLY
Aws::Budgets::Model::TimeUnit::CUSTOM
@ CUSTOM
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