7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
45 m_isEnabledHasBeenSet =
true;
61 template <
typename EvaluationContextT = Aws::String>
63 m_evaluationContextHasBeenSet =
true;
64 m_evaluationContext = std::forward<EvaluationContextT>(value);
66 template <
typename EvaluationContextT = Aws::String>
73 bool m_isEnabled{
false};
76 bool m_isEnabledHasBeenSet =
false;
77 bool m_evaluationContextHasBeenSet =
false;
bool IsEnabledHasBeenSet() const
bool GetIsEnabled() const
void SetEvaluationContext(EvaluationContextT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool EvaluationContextHasBeenSet() const
const Aws::String & GetEvaluationContext() const
AutoDataQuality & WithIsEnabled(bool value)
void SetIsEnabled(bool value)
AutoDataQuality & WithEvaluationContext(EvaluationContextT &&value)
AWS_GLUE_API AutoDataQuality()=default
AWS_GLUE_API AutoDataQuality(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API AutoDataQuality & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue