AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
aws-cpp-sdk-core
include
aws
core
http
Scheme.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
aws/core/Core_EXPORTS.h
>
9
10
#include <
aws/core/utils/memory/stl/AWSString.h
>
11
12
namespace
Aws
13
{
14
namespace
Http
15
{
19
enum class
Scheme
20
{
21
HTTP
,
22
HTTPS
23
};
24
25
namespace
SchemeMapper
26
{
30
AWS_CORE_API
const
char
*
ToString
(
Scheme
scheme);
34
AWS_CORE_API
Scheme
FromString
(
const
char
*
name
);
35
}
// namespace SchemeMapper
36
}
// namespace Http
37
}
// namespace Aws
38
AWSString.h
Core_EXPORTS.h
AWS_CORE_API
#define AWS_CORE_API
Definition:
Core_EXPORTS.h:26
name
const char *const name
Definition:
cJSON.h:278
Aws::Http::SchemeMapper::ToString
AWS_CORE_API const char * ToString(Scheme scheme)
Aws::Http::SchemeMapper::FromString
AWS_CORE_API Scheme FromString(const char *name)
Aws::Http::Scheme
Scheme
Definition:
Scheme.h:20
Aws::Http::Scheme::HTTPS
@ HTTPS
Aws::Http::Scheme::HTTP
@ HTTP
Aws
Definition:
AmazonSerializableWebServiceRequest.h:16
Generated by
1.9.7
Privacy |
Site terms |
Cookie preferences