AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
Industry.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 Industry {
14 NOT_SET,
24 Gaming,
32 Mining,
36 Retail,
40 Travel,
42 Other
43};
44
45namespace IndustryMapper {
46AWS_PARTNERCENTRALSELLING_API Industry GetIndustryForName(const Aws::String& name);
47
48AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForIndustry(Industry value);
49} // namespace IndustryMapper
50} // namespace Model
51} // namespace PartnerCentralSelling
52} // 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