AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
OutputFormat.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector-scan/Inspectorscan_EXPORTS.h>
9
10namespace Aws {
11namespace inspectorscan {
12namespace Model {
14
15namespace OutputFormatMapper {
16AWS_INSPECTORSCAN_API OutputFormat GetOutputFormatForName(const Aws::String& name);
17
18AWS_INSPECTORSCAN_API Aws::String GetNameForOutputFormat(OutputFormat value);
19} // namespace OutputFormatMapper
20} // namespace Model
21} // namespace inspectorscan
22} // namespace Aws
AWS_INSPECTORSCAN_API Aws::String GetNameForOutputFormat(OutputFormat value)
AWS_INSPECTORSCAN_API OutputFormat GetOutputFormatForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String