AWS SDK for C++

AWS SDK for C++ Version 1.11.635

Loading...
Searching...
No Matches
AutoDataQuality.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Glue
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_GLUE_API AutoDataQuality() = default;
41
42
44
48 inline bool GetIsEnabled() const { return m_isEnabled; }
49 inline bool IsEnabledHasBeenSet() const { return m_isEnabledHasBeenSet; }
50 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; }
51 inline AutoDataQuality& WithIsEnabled(bool value) { SetIsEnabled(value); return *this;}
53
55
59 inline const Aws::String& GetEvaluationContext() const { return m_evaluationContext; }
60 inline bool EvaluationContextHasBeenSet() const { return m_evaluationContextHasBeenSet; }
61 template<typename EvaluationContextT = Aws::String>
62 void SetEvaluationContext(EvaluationContextT&& value) { m_evaluationContextHasBeenSet = true; m_evaluationContext = std::forward<EvaluationContextT>(value); }
63 template<typename EvaluationContextT = Aws::String>
64 AutoDataQuality& WithEvaluationContext(EvaluationContextT&& value) { SetEvaluationContext(std::forward<EvaluationContextT>(value)); return *this;}
66 private:
67
68 bool m_isEnabled{false};
69 bool m_isEnabledHasBeenSet = false;
70
71 Aws::String m_evaluationContext;
72 bool m_evaluationContextHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace Glue
77} // namespace Aws
void SetEvaluationContext(EvaluationContextT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEvaluationContext() const
AutoDataQuality & WithIsEnabled(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