AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RecommendationSource.h
1
6#pragma once
7#include <aws/trustedadvisor/TrustedAdvisor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace TrustedAdvisor
13{
14namespace Model
15{
17 {
18 NOT_SET,
22 lse,
23 manual,
24 pse,
25 rds,
29 stir,
32 };
33
34namespace RecommendationSourceMapper
35{
37
39} // namespace RecommendationSourceMapper
40} // namespace Model
41} // namespace TrustedAdvisor
42} // namespace Aws
AWS_TRUSTEDADVISOR_API Aws::String GetNameForRecommendationSource(RecommendationSource value)
AWS_TRUSTEDADVISOR_API RecommendationSource GetRecommendationSourceForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String