AWS SDK for C++
AWS SDK for C++ Version 1.11.719
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-eventbridge
include
aws
eventbridge
model
ConnectionOAuthHttpMethod.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/eventbridge/EventBridge_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
EventBridge {
12
namespace
Model {
13
enum class
ConnectionOAuthHttpMethod
{
NOT_SET
,
GET_
,
POST
,
PUT
};
14
15
namespace
ConnectionOAuthHttpMethodMapper {
16
AWS_EVENTBRIDGE_API
ConnectionOAuthHttpMethod
GetConnectionOAuthHttpMethodForName
(
const
Aws::String
& name);
17
18
AWS_EVENTBRIDGE_API
Aws::String
GetNameForConnectionOAuthHttpMethod
(
ConnectionOAuthHttpMethod
value);
19
}
// namespace ConnectionOAuthHttpMethodMapper
20
}
// namespace Model
21
}
// namespace EventBridge
22
}
// namespace Aws
Aws::EventBridge::Model::ConnectionOAuthHttpMethodMapper::GetConnectionOAuthHttpMethodForName
AWS_EVENTBRIDGE_API ConnectionOAuthHttpMethod GetConnectionOAuthHttpMethodForName(const Aws::String &name)
Aws::EventBridge::Model::ConnectionOAuthHttpMethodMapper::GetNameForConnectionOAuthHttpMethod
AWS_EVENTBRIDGE_API Aws::String GetNameForConnectionOAuthHttpMethod(ConnectionOAuthHttpMethod value)
Aws::EventBridge::Model::ApiDestinationHttpMethod::NOT_SET
@ NOT_SET
Aws::EventBridge::Model::ApiDestinationHttpMethod::GET_
@ GET_
Aws::EventBridge::Model::ApiDestinationHttpMethod::PUT
@ PUT
Aws::EventBridge::Model::ApiDestinationHttpMethod::POST
@ POST
Aws::EventBridge::Model::ConnectionOAuthHttpMethod
ConnectionOAuthHttpMethod
Definition
ConnectionOAuthHttpMethod.h:13
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