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-route53-recovery-cluster
include
aws
route53-recovery-cluster
model
RoutingControlState.h
1
6
#pragma once
7
#include <aws/route53-recovery-cluster/Route53RecoveryCluster_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Route53RecoveryCluster
13
{
14
namespace
Model
15
{
16
enum class
RoutingControlState
17
{
18
NOT_SET
,
19
On
,
20
Off
21
};
22
23
namespace
RoutingControlStateMapper
24
{
25
AWS_ROUTE53RECOVERYCLUSTER_API
RoutingControlState
GetRoutingControlStateForName
(
const
Aws::String
& name);
26
27
AWS_ROUTE53RECOVERYCLUSTER_API
Aws::String
GetNameForRoutingControlState
(
RoutingControlState
value);
28
}
// namespace RoutingControlStateMapper
29
}
// namespace Model
30
}
// namespace Route53RecoveryCluster
31
}
// namespace Aws
Aws::Route53RecoveryCluster::Model::RoutingControlStateMapper::GetNameForRoutingControlState
AWS_ROUTE53RECOVERYCLUSTER_API Aws::String GetNameForRoutingControlState(RoutingControlState value)
Aws::Route53RecoveryCluster::Model::RoutingControlStateMapper::GetRoutingControlStateForName
AWS_ROUTE53RECOVERYCLUSTER_API RoutingControlState GetRoutingControlStateForName(const Aws::String &name)
Aws::Route53RecoveryCluster::Model::RoutingControlState
RoutingControlState
Definition
RoutingControlState.h:17
Aws::Route53RecoveryCluster::Model::RoutingControlState::NOT_SET
@ NOT_SET
Aws::Route53RecoveryCluster::Model::RoutingControlState::On
@ On
Aws::Route53RecoveryCluster::Model::RoutingControlState::Off
@ Off
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