AWS SDK for C++

AWS SDK for C++ Version 1.11.811

Loading...
Searching...
No Matches
MatchingConfig.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace EntityResolution {
17namespace Model {
18
26 public:
27 AWS_ENTITYRESOLUTION_API MatchingConfig() = default;
28 AWS_ENTITYRESOLUTION_API MatchingConfig(Aws::Utils::Json::JsonView jsonValue);
29 AWS_ENTITYRESOLUTION_API MatchingConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
38 inline bool GetEnableTransitiveMatching() const { return m_enableTransitiveMatching; }
39 inline bool EnableTransitiveMatchingHasBeenSet() const { return m_enableTransitiveMatchingHasBeenSet; }
40 inline void SetEnableTransitiveMatching(bool value) {
41 m_enableTransitiveMatchingHasBeenSet = true;
42 m_enableTransitiveMatching = value;
43 }
46 return *this;
47 }
49 private:
50 bool m_enableTransitiveMatching{false};
51 bool m_enableTransitiveMatchingHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace EntityResolution
56} // namespace Aws
AWS_ENTITYRESOLUTION_API MatchingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API MatchingConfig(Aws::Utils::Json::JsonView jsonValue)
MatchingConfig & WithEnableTransitiveMatching(bool value)
AWS_ENTITYRESOLUTION_API MatchingConfig()=default
Aws::Utils::Json::JsonValue JsonValue