7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename PrimaryKeyColumnNameT = Aws::String>
49 void SetPrimaryKeyColumnName(PrimaryKeyColumnNameT&& value) { m_primaryKeyColumnNameHasBeenSet =
true; m_primaryKeyColumnName = std::forward<PrimaryKeyColumnNameT>(value); }
50 template<
typename PrimaryKeyColumnNameT = Aws::String>
86 inline void SetAccuracyCostTradeoff(
double value) { m_accuracyCostTradeoffHasBeenSet =
true; m_accuracyCostTradeoff = value; }
109 bool m_primaryKeyColumnNameHasBeenSet =
false;
111 double m_precisionRecallTradeoff{0.0};
112 bool m_precisionRecallTradeoffHasBeenSet =
false;
114 double m_accuracyCostTradeoff{0.0};
115 bool m_accuracyCostTradeoffHasBeenSet =
false;
117 bool m_enforceProvidedLabels{
false};
118 bool m_enforceProvidedLabelsHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API FindMatchesParameters()=default
void SetAccuracyCostTradeoff(double value)
bool GetEnforceProvidedLabels() const
void SetPrimaryKeyColumnName(PrimaryKeyColumnNameT &&value)
double GetAccuracyCostTradeoff() const
bool AccuracyCostTradeoffHasBeenSet() const
bool PrimaryKeyColumnNameHasBeenSet() const
void SetPrecisionRecallTradeoff(double value)
bool EnforceProvidedLabelsHasBeenSet() const
AWS_GLUE_API FindMatchesParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetPrecisionRecallTradeoff() const
bool PrecisionRecallTradeoffHasBeenSet() const
const Aws::String & GetPrimaryKeyColumnName() const
AWS_GLUE_API FindMatchesParameters(Aws::Utils::Json::JsonView jsonValue)
void SetEnforceProvidedLabels(bool value)
FindMatchesParameters & WithPrimaryKeyColumnName(PrimaryKeyColumnNameT &&value)
FindMatchesParameters & WithAccuracyCostTradeoff(double 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