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-forecast
include
aws
forecast
model
Month.h
1
6
#pragma once
7
#include <aws/forecast/ForecastService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ForecastService
13
{
14
namespace
Model
15
{
16
enum class
Month
17
{
18
NOT_SET
,
19
JANUARY
,
20
FEBRUARY
,
21
MARCH
,
22
APRIL
,
23
MAY
,
24
JUNE
,
25
JULY
,
26
AUGUST
,
27
SEPTEMBER
,
28
OCTOBER
,
29
NOVEMBER
,
30
DECEMBER
31
};
32
33
namespace
MonthMapper
34
{
35
AWS_FORECASTSERVICE_API
Month
GetMonthForName
(
const
Aws::String
& name);
36
37
AWS_FORECASTSERVICE_API
Aws::String
GetNameForMonth
(
Month
value);
38
}
// namespace MonthMapper
39
}
// namespace Model
40
}
// namespace ForecastService
41
}
// namespace Aws
Aws::ForecastService::Model::MonthMapper::GetNameForMonth
AWS_FORECASTSERVICE_API Aws::String GetNameForMonth(Month value)
Aws::ForecastService::Model::MonthMapper::GetMonthForName
AWS_FORECASTSERVICE_API Month GetMonthForName(const Aws::String &name)
Aws::ForecastService::Model::AttributeType::NOT_SET
@ NOT_SET
Aws::ForecastService::Model::Month
Month
Definition
Month.h:17
Aws::ForecastService::Model::Month::APRIL
@ APRIL
Aws::ForecastService::Model::Month::AUGUST
@ AUGUST
Aws::ForecastService::Model::Month::FEBRUARY
@ FEBRUARY
Aws::ForecastService::Model::Month::MARCH
@ MARCH
Aws::ForecastService::Model::Month::DECEMBER
@ DECEMBER
Aws::ForecastService::Model::Month::JANUARY
@ JANUARY
Aws::ForecastService::Model::Month::JUNE
@ JUNE
Aws::ForecastService::Model::Month::SEPTEMBER
@ SEPTEMBER
Aws::ForecastService::Model::Month::NOVEMBER
@ NOVEMBER
Aws::ForecastService::Model::Month::OCTOBER
@ OCTOBER
Aws::ForecastService::Model::Month::JULY
@ JULY
Aws::ForecastService::Model::Month::MAY
@ MAY
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