7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/TransformType.h>
9#include <aws/glue/model/FindMatchesMetrics.h>
58 template<
typename FindMatchesMetricsT = FindMatchesMetrics>
59 void SetFindMatchesMetrics(FindMatchesMetricsT&& value) { m_findMatchesMetricsHasBeenSet =
true; m_findMatchesMetrics = std::forward<FindMatchesMetricsT>(value); }
60 template<
typename FindMatchesMetricsT = FindMatchesMetrics>
66 bool m_transformTypeHasBeenSet =
false;
68 FindMatchesMetrics m_findMatchesMetrics;
69 bool m_findMatchesMetricsHasBeenSet =
false;
void SetTransformType(TransformType value)
AWS_GLUE_API EvaluationMetrics()=default
EvaluationMetrics & WithFindMatchesMetrics(FindMatchesMetricsT &&value)
const FindMatchesMetrics & GetFindMatchesMetrics() const
void SetFindMatchesMetrics(FindMatchesMetricsT &&value)
bool FindMatchesMetricsHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API EvaluationMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
TransformType GetTransformType() const
bool TransformTypeHasBeenSet() const
EvaluationMetrics & WithTransformType(TransformType value)
AWS_GLUE_API EvaluationMetrics(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue