AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DataQualityRulesetEvaluationRunDescription.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/TaskStatusType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/glue/model/DataSource.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
28
36 {
37 public:
42
43
45
48 inline const Aws::String& GetRunId() const { return m_runId; }
49 inline bool RunIdHasBeenSet() const { return m_runIdHasBeenSet; }
50 template<typename RunIdT = Aws::String>
51 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet = true; m_runId = std::forward<RunIdT>(value); }
52 template<typename RunIdT = Aws::String>
53 DataQualityRulesetEvaluationRunDescription& WithRunId(RunIdT&& value) { SetRunId(std::forward<RunIdT>(value)); return *this;}
55
57
60 inline TaskStatusType GetStatus() const { return m_status; }
61 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
62 inline void SetStatus(TaskStatusType value) { m_statusHasBeenSet = true; m_status = value; }
65
67
70 inline const Aws::Utils::DateTime& GetStartedOn() const { return m_startedOn; }
71 inline bool StartedOnHasBeenSet() const { return m_startedOnHasBeenSet; }
72 template<typename StartedOnT = Aws::Utils::DateTime>
73 void SetStartedOn(StartedOnT&& value) { m_startedOnHasBeenSet = true; m_startedOn = std::forward<StartedOnT>(value); }
74 template<typename StartedOnT = Aws::Utils::DateTime>
75 DataQualityRulesetEvaluationRunDescription& WithStartedOn(StartedOnT&& value) { SetStartedOn(std::forward<StartedOnT>(value)); return *this;}
77
79
82 inline const DataSource& GetDataSource() const { return m_dataSource; }
83 inline bool DataSourceHasBeenSet() const { return m_dataSourceHasBeenSet; }
84 template<typename DataSourceT = DataSource>
85 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet = true; m_dataSource = std::forward<DataSourceT>(value); }
86 template<typename DataSourceT = DataSource>
87 DataQualityRulesetEvaluationRunDescription& WithDataSource(DataSourceT&& value) { SetDataSource(std::forward<DataSourceT>(value)); return *this;}
89 private:
90
91 Aws::String m_runId;
92 bool m_runIdHasBeenSet = false;
93
95 bool m_statusHasBeenSet = false;
96
97 Aws::Utils::DateTime m_startedOn{};
98 bool m_startedOnHasBeenSet = false;
99
100 DataSource m_dataSource;
101 bool m_dataSourceHasBeenSet = false;
102 };
103
104} // namespace Model
105} // namespace Glue
106} // namespace Aws
DataQualityRulesetEvaluationRunDescription & WithDataSource(DataSourceT &&value)
AWS_GLUE_API DataQualityRulesetEvaluationRunDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DataQualityRulesetEvaluationRunDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DataQualityRulesetEvaluationRunDescription & WithStatus(TaskStatusType value)
DataQualityRulesetEvaluationRunDescription & WithStartedOn(StartedOnT &&value)
DataQualityRulesetEvaluationRunDescription & WithRunId(RunIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue