AWS SDK for C++
AWS SDK for C++ Version 1.11.743
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
namespace
AppMesh {
12
namespace
Model {
13
enum class
HttpMethod
{
NOT_SET
,
GET_
,
HEAD
,
POST
,
PUT
,
DELETE_
,
CONNECT
,
OPTIONS
,
TRACE
,
PATCH
};
14
15
namespace
HttpMethodMapper {
16
AWS_APPMESH_API
HttpMethod
GetHttpMethodForName
(
const
Aws::String
& name);
17
18
AWS_APPMESH_API
Aws::String
GetNameForHttpMethod
(
HttpMethod
value);
19
}
// namespace HttpMethodMapper
20
}
// namespace Model
21
}
// namespace AppMesh
22
}
// 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:13
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