AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-appmesh
include
aws
appmesh
model
HttpMethod.h
1
6
#pragma once
7
#include <aws/appmesh/AppMesh_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AppMesh
13
{
14
namespace
Model
15
{
16
enum class
HttpMethod
17
{
18
NOT_SET
,
19
GET_
,
20
HEAD
,
21
POST
,
22
PUT
,
23
DELETE_
,
24
CONNECT
,
25
OPTIONS
,
26
TRACE
,
27
PATCH
28
};
29
30
namespace
HttpMethodMapper
31
{
32
AWS_APPMESH_API
HttpMethod
GetHttpMethodForName
(
const
Aws::String
& name);
33
34
AWS_APPMESH_API
Aws::String
GetNameForHttpMethod
(
HttpMethod
value);
35
}
// namespace HttpMethodMapper
36
}
// namespace Model
37
}
// namespace AppMesh
38
}
// namespace Aws
Aws::AppMesh::Model::HttpMethodMapper::GetHttpMethodForName
AWS_APPMESH_API HttpMethod GetHttpMethodForName(const Aws::String &name)
Aws::AppMesh::Model::HttpMethodMapper::GetNameForHttpMethod
AWS_APPMESH_API Aws::String GetNameForHttpMethod(HttpMethod value)
Aws::AppMesh::Model::HttpMethod
HttpMethod
Definition
HttpMethod.h:17
Aws::AppMesh::Model::HttpMethod::OPTIONS
@ OPTIONS
Aws::AppMesh::Model::HttpMethod::GET_
@ GET_
Aws::AppMesh::Model::HttpMethod::TRACE
@ TRACE
Aws::AppMesh::Model::HttpMethod::PUT
@ PUT
Aws::AppMesh::Model::HttpMethod::PATCH
@ PATCH
Aws::AppMesh::Model::HttpMethod::DELETE_
@ DELETE_
Aws::AppMesh::Model::HttpMethod::POST
@ POST
Aws::AppMesh::Model::HttpMethod::CONNECT
@ CONNECT
Aws::AppMesh::Model::HttpMethod::HEAD
@ HEAD
Aws::AppMesh::Model::DefaultGatewayRouteRewrite::NOT_SET
@ NOT_SET
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