7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetPrimaryKeyColumnName(
const char* value) { m_primaryKeyColumnNameHasBeenSet =
true; m_primaryKeyColumnName.assign(value); }
88 inline void SetAccuracyCostTradeoff(
double value) { m_accuracyCostTradeoffHasBeenSet =
true; m_accuracyCostTradeoff = value; }
111 bool m_primaryKeyColumnNameHasBeenSet =
false;
113 double m_precisionRecallTradeoff;
114 bool m_precisionRecallTradeoffHasBeenSet =
false;
116 double m_accuracyCostTradeoff;
117 bool m_accuracyCostTradeoffHasBeenSet =
false;
119 bool m_enforceProvidedLabels;
120 bool m_enforceProvidedLabelsHasBeenSet =
false;
void SetPrimaryKeyColumnName(Aws::String &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAccuracyCostTradeoff(double value)
bool GetEnforceProvidedLabels() const
double GetAccuracyCostTradeoff() const
bool AccuracyCostTradeoffHasBeenSet() const
bool PrimaryKeyColumnNameHasBeenSet() const
void SetPrimaryKeyColumnName(const char *value)
void SetPrecisionRecallTradeoff(double value)
void SetPrimaryKeyColumnName(const Aws::String &value)
bool EnforceProvidedLabelsHasBeenSet() const
AWS_GLUE_API FindMatchesParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
FindMatchesParameters & WithPrimaryKeyColumnName(const char *value)
AWS_GLUE_API FindMatchesParameters()
FindMatchesParameters & WithPrimaryKeyColumnName(Aws::String &&value)
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 & 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