AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Month.h
1
6#pragma once
7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace ForecastService
13{
14namespace Model
15{
16 enum class Month
17 {
18 NOT_SET,
19 JANUARY,
21 MARCH,
22 APRIL,
23 MAY,
24 JUNE,
25 JULY,
26 AUGUST,
28 OCTOBER,
31 };
32
33namespace MonthMapper
34{
35AWS_FORECASTSERVICE_API Month GetMonthForName(const Aws::String& name);
36
37AWS_FORECASTSERVICE_API Aws::String GetNameForMonth(Month value);
38} // namespace MonthMapper
39} // namespace Model
40} // namespace ForecastService
41} // namespace Aws
AWS_FORECASTSERVICE_API Aws::String GetNameForMonth(Month value)
AWS_FORECASTSERVICE_API Month GetMonthForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String