AWS SDK for C++
AWS SDK for C++ Version 1.11.716
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-invoicing
include
aws
invoicing
model
Protocol.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/invoicing/Invoicing_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Invoicing {
12
namespace
Model {
13
enum class
Protocol
{
NOT_SET
,
CXML
};
14
15
namespace
ProtocolMapper {
16
AWS_INVOICING_API
Protocol
GetProtocolForName
(
const
Aws::String
& name);
17
18
AWS_INVOICING_API
Aws::String
GetNameForProtocol
(
Protocol
value);
19
}
// namespace ProtocolMapper
20
}
// namespace Model
21
}
// namespace Invoicing
22
}
// namespace Aws
Aws::Invoicing::Model::ProtocolMapper::GetProtocolForName
AWS_INVOICING_API Protocol GetProtocolForName(const Aws::String &name)
Aws::Invoicing::Model::ProtocolMapper::GetNameForProtocol
AWS_INVOICING_API Aws::String GetNameForProtocol(Protocol value)
Aws::Invoicing::Model::BuyerDomain::NOT_SET
@ NOT_SET
Aws::Invoicing::Model::Protocol
Protocol
Definition
Protocol.h:13
Aws::Invoicing::Model::Protocol::CXML
@ CXML
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences