7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename PrimaryKeyColumnNameT = Aws::String>
44 m_primaryKeyColumnNameHasBeenSet =
true;
45 m_primaryKeyColumnName = std::forward<PrimaryKeyColumnNameT>(value);
47 template <
typename PrimaryKeyColumnNameT = Aws::String>
68 m_precisionRecallTradeoffHasBeenSet =
true;
69 m_precisionRecallTradeoff = value;
93 m_accuracyCostTradeoffHasBeenSet =
true;
94 m_accuracyCostTradeoff = value;
116 m_enforceProvidedLabelsHasBeenSet =
true;
117 m_enforceProvidedLabels = value;
126 bool m_primaryKeyColumnNameHasBeenSet =
false;
128 double m_precisionRecallTradeoff{0.0};
129 bool m_precisionRecallTradeoffHasBeenSet =
false;
131 double m_accuracyCostTradeoff{0.0};
132 bool m_accuracyCostTradeoffHasBeenSet =
false;
134 bool m_enforceProvidedLabels{
false};
135 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