7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
72 template<
typename EvaluationMessageT = Aws::String>
73 void SetEvaluationMessage(EvaluationMessageT&& value) { m_evaluationMessageHasBeenSet =
true; m_evaluationMessage = std::forward<EvaluationMessageT>(value); }
74 template<
typename EvaluationMessageT = Aws::String>
84 template<
typename EvaluatedMetricsT = Aws::Map<Aws::String,
double>>
85 void SetEvaluatedMetrics(EvaluatedMetricsT&& value) { m_evaluatedMetricsHasBeenSet =
true; m_evaluatedMetrics = std::forward<EvaluatedMetricsT>(value); }
86 template<
typename EvaluatedMetricsT = Aws::Map<Aws::String,
double>>
89 m_evaluatedMetricsHasBeenSet =
true; m_evaluatedMetrics.emplace(key, value);
return *
this;
95 bool m_nameHasBeenSet =
false;
98 bool m_descriptionHasBeenSet =
false;
101 bool m_evaluationMessageHasBeenSet =
false;
104 bool m_evaluatedMetricsHasBeenSet =
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 & WithName(NameT &&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
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