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-mwaa
include
aws
mwaa
model
RestApiMethod.h
1
6
#pragma once
7
#include <aws/mwaa/MWAA_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
MWAA
13
{
14
namespace
Model
15
{
16
enum class
RestApiMethod
17
{
18
NOT_SET
,
19
GET_
,
20
PUT
,
21
POST
,
22
PATCH
,
23
DELETE_
24
};
25
26
namespace
RestApiMethodMapper
27
{
28
AWS_MWAA_API
RestApiMethod
GetRestApiMethodForName
(
const
Aws::String
& name);
29
30
AWS_MWAA_API
Aws::String
GetNameForRestApiMethod
(
RestApiMethod
value);
31
}
// namespace RestApiMethodMapper
32
}
// namespace Model
33
}
// namespace MWAA
34
}
// namespace Aws
Aws::MWAA::Model::RestApiMethodMapper::GetRestApiMethodForName
AWS_MWAA_API RestApiMethod GetRestApiMethodForName(const Aws::String &name)
Aws::MWAA::Model::RestApiMethodMapper::GetNameForRestApiMethod
AWS_MWAA_API Aws::String GetNameForRestApiMethod(RestApiMethod value)
Aws::MWAA::Model::RestApiMethod
RestApiMethod
Definition
RestApiMethod.h:17
Aws::MWAA::Model::RestApiMethod::GET_
@ GET_
Aws::MWAA::Model::RestApiMethod::PUT
@ PUT
Aws::MWAA::Model::RestApiMethod::PATCH
@ PATCH
Aws::MWAA::Model::RestApiMethod::DELETE_
@ DELETE_
Aws::MWAA::Model::RestApiMethod::POST
@ POST
Aws::MWAA::Model::EndpointManagement::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