AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
IndustrySegment.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
9
10namespace Aws {
11namespace PartnerCentralAccount {
12namespace Model {
13enum class IndustrySegment {
14 NOT_SET,
28 GAMING,
41 OTHER,
44 RETAIL,
52};
53
54namespace IndustrySegmentMapper {
55AWS_PARTNERCENTRALACCOUNT_API IndustrySegment GetIndustrySegmentForName(const Aws::String& name);
56
57AWS_PARTNERCENTRALACCOUNT_API Aws::String GetNameForIndustrySegment(IndustrySegment value);
58} // namespace IndustrySegmentMapper
59} // namespace Model
60} // namespace PartnerCentralAccount
61} // namespace Aws
AWS_PARTNERCENTRALACCOUNT_API IndustrySegment GetIndustrySegmentForName(const Aws::String &name)
AWS_PARTNERCENTRALACCOUNT_API Aws::String GetNameForIndustrySegment(IndustrySegment value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String