AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ReasonCode.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 ReasonCode
17 {
18 NOT_SET,
38 };
39
40namespace ReasonCodeMapper
41{
42AWS_PARTNERCENTRALSELLING_API ReasonCode GetReasonCodeForName(const Aws::String& name);
43
44AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForReasonCode(ReasonCode value);
45} // namespace ReasonCodeMapper
46} // namespace Model
47} // namespace PartnerCentralSelling
48} // namespace Aws
AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForReasonCode(ReasonCode value)
AWS_PARTNERCENTRALSELLING_API ReasonCode GetReasonCodeForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String