7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/DistributionData.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename EvaluationMessageT = Aws::String>
81 m_evaluationMessageHasBeenSet =
true;
82 m_evaluationMessage = std::forward<EvaluationMessageT>(value);
84 template <
typename EvaluationMessageT = Aws::String>
97 template <
typename EvaluatedMetricsT = Aws::Map<Aws::String,
double>>
99 m_evaluatedMetricsHasBeenSet =
true;
100 m_evaluatedMetrics = std::forward<EvaluatedMetricsT>(value);
102 template <
typename EvaluatedMetricsT = Aws::Map<Aws::String,
double>>
108 m_evaluatedMetricsHasBeenSet =
true;
109 m_evaluatedMetrics.emplace(key, value);
121 template <
typename EvaluatedDistributionsT = Aws::Map<Aws::String, DistributionData>>
123 m_evaluatedDistributionsHasBeenSet =
true;
124 m_evaluatedDistributions = std::forward<EvaluatedDistributionsT>(value);
126 template <
typename EvaluatedDistributionsT = Aws::Map<Aws::String, DistributionData>>
131 template <
typename EvaluatedDistributionsKeyT = Aws::String,
typename EvaluatedDistributionsValueT = DistributionData>
133 m_evaluatedDistributionsHasBeenSet =
true;
134 m_evaluatedDistributions.emplace(std::forward<EvaluatedDistributionsKeyT>(key), std::forward<EvaluatedDistributionsValueT>(value));
148 bool m_nameHasBeenSet =
false;
149 bool m_descriptionHasBeenSet =
false;
150 bool m_evaluationMessageHasBeenSet =
false;
151 bool m_evaluatedMetricsHasBeenSet =
false;
152 bool m_evaluatedDistributionsHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEvaluatedMetrics(EvaluatedMetricsT &&value)
AWS_GLUE_API DataQualityAnalyzerResult()=default
DataQualityAnalyzerResult & WithEvaluatedMetrics(EvaluatedMetricsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
DataQualityAnalyzerResult & WithDescription(DescriptionT &&value)
AWS_GLUE_API DataQualityAnalyzerResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, double > & GetEvaluatedMetrics() const
bool EvaluatedMetricsHasBeenSet() const
DataQualityAnalyzerResult & WithEvaluationMessage(EvaluationMessageT &&value)
const Aws::String & GetEvaluationMessage() const
DataQualityAnalyzerResult & WithEvaluatedDistributions(EvaluatedDistributionsT &&value)
const Aws::Map< Aws::String, DistributionData > & GetEvaluatedDistributions() const
DataQualityAnalyzerResult & WithName(NameT &&value)
void SetEvaluatedDistributions(EvaluatedDistributionsT &&value)
void SetDescription(DescriptionT &&value)
DataQualityAnalyzerResult & AddEvaluatedMetrics(Aws::String key, double value)
AWS_GLUE_API DataQualityAnalyzerResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEvaluationMessage(EvaluationMessageT &&value)
bool NameHasBeenSet() const
DataQualityAnalyzerResult & AddEvaluatedDistributions(EvaluatedDistributionsKeyT &&key, EvaluatedDistributionsValueT &&value)
bool EvaluatedDistributionsHasBeenSet() const
const Aws::String & GetDescription() const
bool EvaluationMessageHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue