AWS SDK for C++
AWS SDK for C++ Version 1.11.748
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/mq/MQ_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
MQ {
12
namespace
Model {
13
enum class
BrokerState
{
14
NOT_SET
,
15
CREATION_IN_PROGRESS
,
16
CREATION_FAILED
,
17
DELETION_IN_PROGRESS
,
18
RUNNING
,
19
REBOOT_IN_PROGRESS
,
20
CRITICAL_ACTION_REQUIRED
,
21
REPLICA
22
};
23
24
namespace
BrokerStateMapper {
25
AWS_MQ_API
BrokerState
GetBrokerStateForName
(
const
Aws::String
& name);
26
27
AWS_MQ_API
Aws::String
GetNameForBrokerState
(
BrokerState
value);
28
}
// namespace BrokerStateMapper
29
}
// namespace Model
30
}
// namespace MQ
31
}
// 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:13
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