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-mq
include
aws
mq
model
PromoteMode.h
1
6
#pragma once
7
#include <aws/mq/MQ_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
MQ
13
{
14
namespace
Model
15
{
16
enum class
PromoteMode
17
{
18
NOT_SET
,
19
SWITCHOVER
,
20
FAILOVER
21
};
22
23
namespace
PromoteModeMapper
24
{
25
AWS_MQ_API
PromoteMode
GetPromoteModeForName
(
const
Aws::String
& name);
26
27
AWS_MQ_API
Aws::String
GetNameForPromoteMode
(
PromoteMode
value);
28
}
// namespace PromoteModeMapper
29
}
// namespace Model
30
}
// namespace MQ
31
}
// namespace Aws
Aws::MQ::Model::PromoteModeMapper::GetPromoteModeForName
AWS_MQ_API PromoteMode GetPromoteModeForName(const Aws::String &name)
Aws::MQ::Model::PromoteModeMapper::GetNameForPromoteMode
AWS_MQ_API Aws::String GetNameForPromoteMode(PromoteMode value)
Aws::MQ::Model::PromoteMode
PromoteMode
Definition
PromoteMode.h:17
Aws::MQ::Model::PromoteMode::FAILOVER
@ FAILOVER
Aws::MQ::Model::PromoteMode::SWITCHOVER
@ SWITCHOVER
Aws::MQ::Model::AuthenticationStrategy::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