AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FindMatchesParameters.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Glue
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GLUE_API FindMatchesParameters();
39
40
42
46 inline const Aws::String& GetPrimaryKeyColumnName() const{ return m_primaryKeyColumnName; }
47 inline bool PrimaryKeyColumnNameHasBeenSet() const { return m_primaryKeyColumnNameHasBeenSet; }
48 inline void SetPrimaryKeyColumnName(const Aws::String& value) { m_primaryKeyColumnNameHasBeenSet = true; m_primaryKeyColumnName = value; }
49 inline void SetPrimaryKeyColumnName(Aws::String&& value) { m_primaryKeyColumnNameHasBeenSet = true; m_primaryKeyColumnName = std::move(value); }
50 inline void SetPrimaryKeyColumnName(const char* value) { m_primaryKeyColumnNameHasBeenSet = true; m_primaryKeyColumnName.assign(value); }
52 inline FindMatchesParameters& WithPrimaryKeyColumnName(Aws::String&& value) { SetPrimaryKeyColumnName(std::move(value)); return *this;}
53 inline FindMatchesParameters& WithPrimaryKeyColumnName(const char* value) { SetPrimaryKeyColumnName(value); return *this;}
55
57
67 inline double GetPrecisionRecallTradeoff() const{ return m_precisionRecallTradeoff; }
68 inline bool PrecisionRecallTradeoffHasBeenSet() const { return m_precisionRecallTradeoffHasBeenSet; }
69 inline void SetPrecisionRecallTradeoff(double value) { m_precisionRecallTradeoffHasBeenSet = true; m_precisionRecallTradeoff = value; }
72
74
86 inline double GetAccuracyCostTradeoff() const{ return m_accuracyCostTradeoff; }
87 inline bool AccuracyCostTradeoffHasBeenSet() const { return m_accuracyCostTradeoffHasBeenSet; }
88 inline void SetAccuracyCostTradeoff(double value) { m_accuracyCostTradeoffHasBeenSet = true; m_accuracyCostTradeoff = value; }
89 inline FindMatchesParameters& WithAccuracyCostTradeoff(double value) { SetAccuracyCostTradeoff(value); return *this;}
91
93
103 inline bool GetEnforceProvidedLabels() const{ return m_enforceProvidedLabels; }
104 inline bool EnforceProvidedLabelsHasBeenSet() const { return m_enforceProvidedLabelsHasBeenSet; }
105 inline void SetEnforceProvidedLabels(bool value) { m_enforceProvidedLabelsHasBeenSet = true; m_enforceProvidedLabels = value; }
108 private:
109
110 Aws::String m_primaryKeyColumnName;
111 bool m_primaryKeyColumnNameHasBeenSet = false;
112
113 double m_precisionRecallTradeoff;
114 bool m_precisionRecallTradeoffHasBeenSet = false;
115
116 double m_accuracyCostTradeoff;
117 bool m_accuracyCostTradeoffHasBeenSet = false;
118
119 bool m_enforceProvidedLabels;
120 bool m_enforceProvidedLabelsHasBeenSet = false;
121 };
122
123} // namespace Model
124} // namespace Glue
125} // namespace Aws
void SetPrimaryKeyColumnName(Aws::String &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPrimaryKeyColumnName(const Aws::String &value)
AWS_GLUE_API FindMatchesParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
FindMatchesParameters & WithPrimaryKeyColumnName(const char *value)
FindMatchesParameters & WithPrimaryKeyColumnName(Aws::String &&value)
const Aws::String & GetPrimaryKeyColumnName() const
AWS_GLUE_API FindMatchesParameters(Aws::Utils::Json::JsonView jsonValue)
FindMatchesParameters & WithAccuracyCostTradeoff(double value)
FindMatchesParameters & WithPrimaryKeyColumnName(const Aws::String &value)
FindMatchesParameters & WithEnforceProvidedLabels(bool value)
FindMatchesParameters & WithPrecisionRecallTradeoff(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue