AWS SDK for C++
AWS SDK for C++ Version 1.11.741
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-cleanrooms
include
aws
cleanrooms
model
ResultFormat.h
1
6
#pragma once
7
#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
CleanRooms {
12
namespace
Model {
13
enum class
ResultFormat
{
NOT_SET
,
CSV
,
PARQUET
};
14
15
namespace
ResultFormatMapper {
16
AWS_CLEANROOMS_API
ResultFormat
GetResultFormatForName
(
const
Aws::String
& name);
17
18
AWS_CLEANROOMS_API
Aws::String
GetNameForResultFormat
(
ResultFormat
value);
19
}
// namespace ResultFormatMapper
20
}
// namespace Model
21
}
// namespace CleanRooms
22
}
// namespace Aws
Aws::CleanRooms::Model::ResultFormatMapper::GetNameForResultFormat
AWS_CLEANROOMS_API Aws::String GetNameForResultFormat(ResultFormat value)
Aws::CleanRooms::Model::ResultFormatMapper::GetResultFormatForName
AWS_CLEANROOMS_API ResultFormat GetResultFormatForName(const Aws::String &name)
Aws::CleanRooms::Model::ResultFormat
ResultFormat
Definition
ResultFormat.h:13
Aws::CleanRooms::Model::ResultFormat::PARQUET
@ PARQUET
Aws::CleanRooms::Model::ResultFormat::CSV
@ CSV
Aws::CleanRooms::Model::AccessBudgetType::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