AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
EvaluationMetrics.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/FindMatchesMetrics.h>
9#include <aws/glue/model/TransformType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Glue {
21namespace Model {
22
30 public:
31 AWS_GLUE_API EvaluationMetrics() = default;
35
37
40 inline TransformType GetTransformType() const { return m_transformType; }
41 inline bool TransformTypeHasBeenSet() const { return m_transformTypeHasBeenSet; }
42 inline void SetTransformType(TransformType value) {
43 m_transformTypeHasBeenSet = true;
44 m_transformType = value;
45 }
47 SetTransformType(value);
48 return *this;
49 }
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) {
60 m_findMatchesMetricsHasBeenSet = true;
61 m_findMatchesMetrics = std::forward<FindMatchesMetricsT>(value);
62 }
63 template <typename FindMatchesMetricsT = FindMatchesMetrics>
64 EvaluationMetrics& WithFindMatchesMetrics(FindMatchesMetricsT&& value) {
65 SetFindMatchesMetrics(std::forward<FindMatchesMetricsT>(value));
66 return *this;
67 }
69 private:
71
72 FindMatchesMetrics m_findMatchesMetrics;
73 bool m_transformTypeHasBeenSet = false;
74 bool m_findMatchesMetricsHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace Glue
79} // 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