AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
AwsClosedLostReason.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 {
14 NOT_SET,
49 Other,
56 Price,
63};
64
65namespace AwsClosedLostReasonMapper {
66AWS_PARTNERCENTRALSELLING_API AwsClosedLostReason GetAwsClosedLostReasonForName(const Aws::String& name);
67
69} // namespace AwsClosedLostReasonMapper
70} // namespace Model
71} // namespace PartnerCentralSelling
72} // namespace Aws
AWS_PARTNERCENTRALSELLING_API Aws::String GetNameForAwsClosedLostReason(AwsClosedLostReason value)
AWS_PARTNERCENTRALSELLING_API AwsClosedLostReason GetAwsClosedLostReasonForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String