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-pipes
include
aws
pipes
model
S3OutputFormat.h
1
6
#pragma once
7
#include <aws/pipes/Pipes_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Pipes
13
{
14
namespace
Model
15
{
16
enum class
S3OutputFormat
17
{
18
NOT_SET
,
19
json
,
20
plain
,
21
w3c
22
};
23
24
namespace
S3OutputFormatMapper
25
{
26
AWS_PIPES_API
S3OutputFormat
GetS3OutputFormatForName
(
const
Aws::String
& name);
27
28
AWS_PIPES_API
Aws::String
GetNameForS3OutputFormat
(
S3OutputFormat
value);
29
}
// namespace S3OutputFormatMapper
30
}
// namespace Model
31
}
// namespace Pipes
32
}
// namespace Aws
Aws::Pipes::Model::S3OutputFormatMapper::GetS3OutputFormatForName
AWS_PIPES_API S3OutputFormat GetS3OutputFormatForName(const Aws::String &name)
Aws::Pipes::Model::S3OutputFormatMapper::GetNameForS3OutputFormat
AWS_PIPES_API Aws::String GetNameForS3OutputFormat(S3OutputFormat value)
Aws::Pipes::Model::S3OutputFormat
S3OutputFormat
Definition
S3OutputFormat.h:17
Aws::Pipes::Model::S3OutputFormat::json
@ json
Aws::Pipes::Model::S3OutputFormat::plain
@ plain
Aws::Pipes::Model::S3OutputFormat::w3c
@ w3c
Aws::Pipes::Model::AssignPublicIp::NOT_SET
@ NOT_SET
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