AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
OutputFormat.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/observabilityadmin/ObservabilityAdmin_EXPORTS.h>
9
10namespace Aws {
11namespace ObservabilityAdmin {
12namespace Model {
13enum class OutputFormat { NOT_SET, plain, json };
14
15namespace OutputFormatMapper {
16AWS_OBSERVABILITYADMIN_API OutputFormat GetOutputFormatForName(const Aws::String& name);
17
18AWS_OBSERVABILITYADMIN_API Aws::String GetNameForOutputFormat(OutputFormat value);
19} // namespace OutputFormatMapper
20} // namespace Model
21} // namespace ObservabilityAdmin
22} // namespace Aws
AWS_OBSERVABILITYADMIN_API Aws::String GetNameForOutputFormat(OutputFormat value)
AWS_OBSERVABILITYADMIN_API OutputFormat GetOutputFormatForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String