AWS SDK for C++
AWS SDK for C++ Version 1.11.831
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-synthetics
include
aws
synthetics
model
ReplicationState.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/synthetics/Synthetics_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Synthetics {
12
namespace
Model {
13
enum class
ReplicationState
{
NOT_SET
,
InProgress
,
InSync
,
Inconsistent
};
14
15
namespace
ReplicationStateMapper {
16
AWS_SYNTHETICS_API
ReplicationState
GetReplicationStateForName
(
const
Aws::String
& name);
17
18
AWS_SYNTHETICS_API
Aws::String
GetNameForReplicationState
(
ReplicationState
value);
19
}
// namespace ReplicationStateMapper
20
}
// namespace Model
21
}
// namespace Synthetics
22
}
// namespace Aws
Aws::Synthetics::Model::ReplicationStateMapper::GetNameForReplicationState
AWS_SYNTHETICS_API Aws::String GetNameForReplicationState(ReplicationState value)
Aws::Synthetics::Model::ReplicationStateMapper::GetReplicationStateForName
AWS_SYNTHETICS_API ReplicationState GetReplicationStateForName(const Aws::String &name)
Aws::Synthetics::Model::ReplicationState
ReplicationState
Definition
ReplicationState.h:13
Aws::Synthetics::Model::ReplicationState::InProgress
@ InProgress
Aws::Synthetics::Model::ReplicationState::Inconsistent
@ Inconsistent
Aws::Synthetics::Model::ReplicationState::InSync
@ InSync
Aws::Synthetics::Model::BrowserType::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