AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
CompetitorName.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9
10namespace Aws {
11namespace PartnerCentralSelling {
12namespace Model {
13enum class CompetitorName {
14 NOT_SET,
16 On_Prem,
18 Akamai,
25 _Other
26};
27
28namespace CompetitorNameMapper {
29AWS_PARTNERCENTRALSELLING_API CompetitorName GetCompetitorNameForName(const Aws::String& name);
30
31AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForCompetitorName(CompetitorName value);
32} // namespace CompetitorNameMapper
33} // namespace Model
34} // namespace PartnerCentralSelling
35} // 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