AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
FileHeaderInfo.h
Go to the documentation of this file.
1
6#pragma once
9
10#if defined(_WIN32) && defined(IGNORE)
11#undef IGNORE
12#endif
13
14namespace Aws
15{
16namespace S3Crt
17{
18namespace Model
19{
20 enum class FileHeaderInfo
21 {
22 NOT_SET,
23 USE,
24 IGNORE,
25 NONE
26 };
27
28namespace FileHeaderInfoMapper
29{
31
33} // namespace FileHeaderInfoMapper
34} // namespace Model
35} // namespace S3Crt
36} // namespace Aws
#define AWS_S3CRT_API
Definition: S3Crt_EXPORTS.h:28
AWS_S3CRT_API Aws::String GetNameForFileHeaderInfo(FileHeaderInfo value)
AWS_S3CRT_API FileHeaderInfo GetFileHeaderInfoForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String