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-securitylake
include
aws
securitylake
model
HttpMethod.h
1
6
#pragma once
7
#include <aws/securitylake/SecurityLake_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SecurityLake
13
{
14
namespace
Model
15
{
16
enum class
HttpMethod
17
{
18
NOT_SET
,
19
POST
,
20
PUT
21
};
22
23
namespace
HttpMethodMapper
24
{
25
AWS_SECURITYLAKE_API
HttpMethod
GetHttpMethodForName
(
const
Aws::String
& name);
26
27
AWS_SECURITYLAKE_API
Aws::String
GetNameForHttpMethod
(
HttpMethod
value);
28
}
// namespace HttpMethodMapper
29
}
// namespace Model
30
}
// namespace SecurityLake
31
}
// namespace Aws
Aws::SecurityLake::Model::HttpMethodMapper::GetNameForHttpMethod
AWS_SECURITYLAKE_API Aws::String GetNameForHttpMethod(HttpMethod value)
Aws::SecurityLake::Model::HttpMethodMapper::GetHttpMethodForName
AWS_SECURITYLAKE_API HttpMethod GetHttpMethodForName(const Aws::String &name)
Aws::SecurityLake::Model::HttpMethod
HttpMethod
Definition
HttpMethod.h:17
Aws::SecurityLake::Model::HttpMethod::PUT
@ PUT
Aws::SecurityLake::Model::HttpMethod::POST
@ POST
Aws::SecurityLake::Model::AccessType::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