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
ApiDestinationHttpMethod.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
ApiDestinationHttpMethod
{
NOT_SET
,
POST
,
GET_
,
HEAD
,
OPTIONS
,
PUT
,
PATCH
,
DELETE_
};
14
15
namespace
ApiDestinationHttpMethodMapper {
16
AWS_EVENTBRIDGE_API
ApiDestinationHttpMethod
GetApiDestinationHttpMethodForName
(
const
Aws::String
& name);
17
18
AWS_EVENTBRIDGE_API
Aws::String
GetNameForApiDestinationHttpMethod
(
ApiDestinationHttpMethod
value);
19
}
// namespace ApiDestinationHttpMethodMapper
20
}
// namespace Model
21
}
// namespace EventBridge
22
}
// namespace Aws
Aws::EventBridge::Model::ApiDestinationHttpMethodMapper::GetApiDestinationHttpMethodForName
AWS_EVENTBRIDGE_API ApiDestinationHttpMethod GetApiDestinationHttpMethodForName(const Aws::String &name)
Aws::EventBridge::Model::ApiDestinationHttpMethodMapper::GetNameForApiDestinationHttpMethod
AWS_EVENTBRIDGE_API Aws::String GetNameForApiDestinationHttpMethod(ApiDestinationHttpMethod value)
Aws::EventBridge::Model::ApiDestinationHttpMethod
ApiDestinationHttpMethod
Definition
ApiDestinationHttpMethod.h:13
Aws::EventBridge::Model::ApiDestinationHttpMethod::OPTIONS
@ OPTIONS
Aws::EventBridge::Model::ApiDestinationHttpMethod::NOT_SET
@ NOT_SET
Aws::EventBridge::Model::ApiDestinationHttpMethod::GET_
@ GET_
Aws::EventBridge::Model::ApiDestinationHttpMethod::PUT
@ PUT
Aws::EventBridge::Model::ApiDestinationHttpMethod::PATCH
@ PATCH
Aws::EventBridge::Model::ApiDestinationHttpMethod::DELETE_
@ DELETE_
Aws::EventBridge::Model::ApiDestinationHttpMethod::POST
@ POST
Aws::EventBridge::Model::ApiDestinationHttpMethod::HEAD
@ HEAD
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