AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
EvaluationMetrics.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/TransformType.h>
9#include <aws/glue/model/FindMatchesMetrics.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Glue
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GLUE_API EvaluationMetrics() = default;
40
41
43
46 inline TransformType GetTransformType() const { return m_transformType; }
47 inline bool TransformTypeHasBeenSet() const { return m_transformTypeHasBeenSet; }
48 inline void SetTransformType(TransformType value) { m_transformTypeHasBeenSet = true; m_transformType = value; }
49 inline EvaluationMetrics& WithTransformType(TransformType value) { SetTransformType(value); return *this;}
51
53
56 inline const FindMatchesMetrics& GetFindMatchesMetrics() const { return m_findMatchesMetrics; }
57 inline bool FindMatchesMetricsHasBeenSet() const { return m_findMatchesMetricsHasBeenSet; }
58 template<typename FindMatchesMetricsT = FindMatchesMetrics>
59 void SetFindMatchesMetrics(FindMatchesMetricsT&& value) { m_findMatchesMetricsHasBeenSet = true; m_findMatchesMetrics = std::forward<FindMatchesMetricsT>(value); }
60 template<typename FindMatchesMetricsT = FindMatchesMetrics>
61 EvaluationMetrics& WithFindMatchesMetrics(FindMatchesMetricsT&& value) { SetFindMatchesMetrics(std::forward<FindMatchesMetricsT>(value)); return *this;}
63 private:
64
66 bool m_transformTypeHasBeenSet = false;
67
68 FindMatchesMetrics m_findMatchesMetrics;
69 bool m_findMatchesMetricsHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace Glue
74} // namespace Aws
void SetTransformType(TransformType value)
AWS_GLUE_API EvaluationMetrics()=default
EvaluationMetrics & WithFindMatchesMetrics(FindMatchesMetricsT &&value)
const FindMatchesMetrics & GetFindMatchesMetrics() const
void SetFindMatchesMetrics(FindMatchesMetricsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API EvaluationMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
EvaluationMetrics & WithTransformType(TransformType value)
AWS_GLUE_API EvaluationMetrics(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue