AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
40
41
43
46 inline const TransformType& GetTransformType() const{ return m_transformType; }
47 inline bool TransformTypeHasBeenSet() const { return m_transformTypeHasBeenSet; }
48 inline void SetTransformType(const TransformType& value) { m_transformTypeHasBeenSet = true; m_transformType = value; }
49 inline void SetTransformType(TransformType&& value) { m_transformTypeHasBeenSet = true; m_transformType = std::move(value); }
50 inline EvaluationMetrics& WithTransformType(const TransformType& value) { SetTransformType(value); return *this;}
51 inline EvaluationMetrics& WithTransformType(TransformType&& value) { SetTransformType(std::move(value)); return *this;}
53
55
58 inline const FindMatchesMetrics& GetFindMatchesMetrics() const{ return m_findMatchesMetrics; }
59 inline bool FindMatchesMetricsHasBeenSet() const { return m_findMatchesMetricsHasBeenSet; }
60 inline void SetFindMatchesMetrics(const FindMatchesMetrics& value) { m_findMatchesMetricsHasBeenSet = true; m_findMatchesMetrics = value; }
61 inline void SetFindMatchesMetrics(FindMatchesMetrics&& value) { m_findMatchesMetricsHasBeenSet = true; m_findMatchesMetrics = std::move(value); }
63 inline EvaluationMetrics& WithFindMatchesMetrics(FindMatchesMetrics&& value) { SetFindMatchesMetrics(std::move(value)); return *this;}
65 private:
66
67 TransformType m_transformType;
68 bool m_transformTypeHasBeenSet = false;
69
70 FindMatchesMetrics m_findMatchesMetrics;
71 bool m_findMatchesMetricsHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace Glue
76} // namespace Aws
void SetTransformType(TransformType &&value)
EvaluationMetrics & WithFindMatchesMetrics(const FindMatchesMetrics &value)
void SetFindMatchesMetrics(FindMatchesMetrics &&value)
const FindMatchesMetrics & GetFindMatchesMetrics() const
EvaluationMetrics & WithTransformType(TransformType &&value)
EvaluationMetrics & WithTransformType(const TransformType &value)
void SetFindMatchesMetrics(const FindMatchesMetrics &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API EvaluationMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
EvaluationMetrics & WithFindMatchesMetrics(FindMatchesMetrics &&value)
const TransformType & GetTransformType() const
void SetTransformType(const TransformType &value)
AWS_GLUE_API EvaluationMetrics(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue