AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Format.h
1
6#pragma once
7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace CloudFront
13{
14namespace Model
15{
16 enum class Format
17 {
18 NOT_SET,
20 };
21
22namespace FormatMapper
23{
24AWS_CLOUDFRONT_API Format GetFormatForName(const Aws::String& name);
25
26AWS_CLOUDFRONT_API Aws::String GetNameForFormat(Format value);
27} // namespace FormatMapper
28} // namespace Model
29} // namespace CloudFront
30} // namespace Aws
AWS_CLOUDFRONT_API Aws::String GetNameForFormat(Format value)
AWS_CLOUDFRONT_API Format GetFormatForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String