AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
Industry.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 Industry
17 {
18 NOT_SET,
28 Gaming,
36 Mining,
40 Retail,
44 Travel,
46 Other
47 };
48
49namespace IndustryMapper
50{
51AWS_PARTNERCENTRALSELLING_API Industry GetIndustryForName(const Aws::String& name);
52
53AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForIndustry(Industry value);
54} // namespace IndustryMapper
55} // namespace Model
56} // namespace PartnerCentralSelling
57} // namespace Aws
AWS_PARTNERCENTRALSELLING_API Industry GetIndustryForName(const Aws::String &name)
AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForIndustry(Industry value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String