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
BrokerState.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
BrokerState
17
{
18
NOT_SET
,
19
CREATION_IN_PROGRESS
,
20
CREATION_FAILED
,
21
DELETION_IN_PROGRESS
,
22
RUNNING
,
23
REBOOT_IN_PROGRESS
,
24
CRITICAL_ACTION_REQUIRED
,
25
REPLICA
26
};
27
28
namespace
BrokerStateMapper
29
{
30
AWS_MQ_API
BrokerState
GetBrokerStateForName
(
const
Aws::String
& name);
31
32
AWS_MQ_API
Aws::String
GetNameForBrokerState
(
BrokerState
value);
33
}
// namespace BrokerStateMapper
34
}
// namespace Model
35
}
// namespace MQ
36
}
// namespace Aws
Aws::MQ::Model::BrokerStateMapper::GetNameForBrokerState
AWS_MQ_API Aws::String GetNameForBrokerState(BrokerState value)
Aws::MQ::Model::BrokerStateMapper::GetBrokerStateForName
AWS_MQ_API BrokerState GetBrokerStateForName(const Aws::String &name)
Aws::MQ::Model::BrokerState
BrokerState
Definition
BrokerState.h:17
Aws::MQ::Model::BrokerState::REBOOT_IN_PROGRESS
@ REBOOT_IN_PROGRESS
Aws::MQ::Model::BrokerState::REPLICA
@ REPLICA
Aws::MQ::Model::BrokerState::CREATION_IN_PROGRESS
@ CREATION_IN_PROGRESS
Aws::MQ::Model::BrokerState::DELETION_IN_PROGRESS
@ DELETION_IN_PROGRESS
Aws::MQ::Model::BrokerState::RUNNING
@ RUNNING
Aws::MQ::Model::BrokerState::CRITICAL_ACTION_REQUIRED
@ CRITICAL_ACTION_REQUIRED
Aws::MQ::Model::BrokerState::CREATION_FAILED
@ CREATION_FAILED
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