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