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-entityresolution
include
aws
entityresolution
model
RecordMatchingModel.h
1
6
#pragma once
7
#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
EntityResolution
13
{
14
namespace
Model
15
{
16
enum class
RecordMatchingModel
17
{
18
NOT_SET
,
19
ONE_SOURCE_TO_ONE_TARGET
,
20
MANY_SOURCE_TO_ONE_TARGET
21
};
22
23
namespace
RecordMatchingModelMapper
24
{
25
AWS_ENTITYRESOLUTION_API
RecordMatchingModel
GetRecordMatchingModelForName
(
const
Aws::String
& name);
26
27
AWS_ENTITYRESOLUTION_API
Aws::String
GetNameForRecordMatchingModel
(
RecordMatchingModel
value);
28
}
// namespace RecordMatchingModelMapper
29
}
// namespace Model
30
}
// namespace EntityResolution
31
}
// namespace Aws
Aws::EntityResolution::Model::RecordMatchingModelMapper::GetRecordMatchingModelForName
AWS_ENTITYRESOLUTION_API RecordMatchingModel GetRecordMatchingModelForName(const Aws::String &name)
Aws::EntityResolution::Model::RecordMatchingModelMapper::GetNameForRecordMatchingModel
AWS_ENTITYRESOLUTION_API Aws::String GetNameForRecordMatchingModel(RecordMatchingModel value)
Aws::EntityResolution::Model::RecordMatchingModel
RecordMatchingModel
Definition
RecordMatchingModel.h:17
Aws::EntityResolution::Model::RecordMatchingModel::MANY_SOURCE_TO_ONE_TARGET
@ MANY_SOURCE_TO_ONE_TARGET
Aws::EntityResolution::Model::RecordMatchingModel::ONE_SOURCE_TO_ONE_TARGET
@ ONE_SOURCE_TO_ONE_TARGET
Aws::EntityResolution::Model::AttributeMatchingModel::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