AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PrefixFormat.h
1
6#pragma once
7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace Appflow
13{
14namespace Model
15{
16 enum class PrefixFormat
17 {
18 NOT_SET,
19 YEAR,
20 MONTH,
21 DAY,
22 HOUR,
23 MINUTE
24 };
25
26namespace PrefixFormatMapper
27{
28AWS_APPFLOW_API PrefixFormat GetPrefixFormatForName(const Aws::String& name);
29
31} // namespace PrefixFormatMapper
32} // namespace Model
33} // namespace Appflow
34} // namespace Aws
AWS_APPFLOW_API Aws::String GetNameForPrefixFormat(PrefixFormat value)
AWS_APPFLOW_API PrefixFormat GetPrefixFormatForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String