AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CompetitorName.h
1
6#pragma once
7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace PartnerCentralSelling
13{
14namespace Model
15{
16 enum class CompetitorName
17 {
18 NOT_SET,
20 On_Prem,
22 Akamai,
29 _Other
30 };
31
32namespace CompetitorNameMapper
33{
34AWS_PARTNERCENTRALSELLING_API CompetitorName GetCompetitorNameForName(const Aws::String& name);
35
36AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForCompetitorName(CompetitorName value);
37} // namespace CompetitorNameMapper
38} // namespace Model
39} // namespace PartnerCentralSelling
40} // namespace Aws
AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForCompetitorName(CompetitorName value)
AWS_PARTNERCENTRALSELLING_API CompetitorName GetCompetitorNameForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String