AWS SDK for C++
AWS SDK for C++ Version 1.11.765
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/route53-recovery-cluster/Route53RecoveryCluster_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Route53RecoveryCluster {
12
namespace
Model {
13
enum class
RoutingControlState
{
NOT_SET
,
On
,
Off
};
14
15
namespace
RoutingControlStateMapper {
16
AWS_ROUTE53RECOVERYCLUSTER_API
RoutingControlState
GetRoutingControlStateForName
(
const
Aws::String
& name);
17
18
AWS_ROUTE53RECOVERYCLUSTER_API
Aws::String
GetNameForRoutingControlState
(
RoutingControlState
value);
19
}
// namespace RoutingControlStateMapper
20
}
// namespace Model
21
}
// namespace Route53RecoveryCluster
22
}
// 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:13
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