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-chime
include
aws
chime
model
NotificationTarget.h
1
6
#pragma once
7
#include <aws/chime/Chime_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Chime
13
{
14
namespace
Model
15
{
16
enum class
NotificationTarget
17
{
18
NOT_SET
,
19
EventBridge
,
20
SNS
,
21
SQS
22
};
23
24
namespace
NotificationTargetMapper
25
{
26
AWS_CHIME_API
NotificationTarget
GetNotificationTargetForName
(
const
Aws::String
& name);
27
28
AWS_CHIME_API
Aws::String
GetNameForNotificationTarget
(
NotificationTarget
value);
29
}
// namespace NotificationTargetMapper
30
}
// namespace Model
31
}
// namespace Chime
32
}
// namespace Aws
Aws::Chime::Model::NotificationTargetMapper::GetNameForNotificationTarget
AWS_CHIME_API Aws::String GetNameForNotificationTarget(NotificationTarget value)
Aws::Chime::Model::NotificationTargetMapper::GetNotificationTargetForName
AWS_CHIME_API NotificationTarget GetNotificationTargetForName(const Aws::String &name)
Aws::Chime::Model::AccountStatus::NOT_SET
@ NOT_SET
Aws::Chime::Model::NotificationTarget
NotificationTarget
Definition
NotificationTarget.h:17
Aws::Chime::Model::NotificationTarget::EventBridge
@ EventBridge
Aws::Chime::Model::NotificationTarget::SNS
@ SNS
Aws::Chime::Model::NotificationTarget::SQS
@ SQS
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