AWS SDK for C++

AWS SDK for C++ Version 1.11.719

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