AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DataQualityResultDescription.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/DataSource.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace Glue
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_GLUE_API DataQualityResultDescription() = default;
40
41
43
46 inline const Aws::String& GetResultId() const { return m_resultId; }
47 inline bool ResultIdHasBeenSet() const { return m_resultIdHasBeenSet; }
48 template<typename ResultIdT = Aws::String>
49 void SetResultId(ResultIdT&& value) { m_resultIdHasBeenSet = true; m_resultId = std::forward<ResultIdT>(value); }
50 template<typename ResultIdT = Aws::String>
51 DataQualityResultDescription& WithResultId(ResultIdT&& value) { SetResultId(std::forward<ResultIdT>(value)); return *this;}
53
55
58 inline const DataSource& GetDataSource() const { return m_dataSource; }
59 inline bool DataSourceHasBeenSet() const { return m_dataSourceHasBeenSet; }
60 template<typename DataSourceT = DataSource>
61 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet = true; m_dataSource = std::forward<DataSourceT>(value); }
62 template<typename DataSourceT = DataSource>
63 DataQualityResultDescription& WithDataSource(DataSourceT&& value) { SetDataSource(std::forward<DataSourceT>(value)); return *this;}
65
67
70 inline const Aws::String& GetJobName() const { return m_jobName; }
71 inline bool JobNameHasBeenSet() const { return m_jobNameHasBeenSet; }
72 template<typename JobNameT = Aws::String>
73 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet = true; m_jobName = std::forward<JobNameT>(value); }
74 template<typename JobNameT = Aws::String>
75 DataQualityResultDescription& WithJobName(JobNameT&& value) { SetJobName(std::forward<JobNameT>(value)); return *this;}
77
79
82 inline const Aws::String& GetJobRunId() const { return m_jobRunId; }
83 inline bool JobRunIdHasBeenSet() const { return m_jobRunIdHasBeenSet; }
84 template<typename JobRunIdT = Aws::String>
85 void SetJobRunId(JobRunIdT&& value) { m_jobRunIdHasBeenSet = true; m_jobRunId = std::forward<JobRunIdT>(value); }
86 template<typename JobRunIdT = Aws::String>
87 DataQualityResultDescription& WithJobRunId(JobRunIdT&& value) { SetJobRunId(std::forward<JobRunIdT>(value)); return *this;}
89
91
94 inline const Aws::Utils::DateTime& GetStartedOn() const { return m_startedOn; }
95 inline bool StartedOnHasBeenSet() const { return m_startedOnHasBeenSet; }
96 template<typename StartedOnT = Aws::Utils::DateTime>
97 void SetStartedOn(StartedOnT&& value) { m_startedOnHasBeenSet = true; m_startedOn = std::forward<StartedOnT>(value); }
98 template<typename StartedOnT = Aws::Utils::DateTime>
99 DataQualityResultDescription& WithStartedOn(StartedOnT&& value) { SetStartedOn(std::forward<StartedOnT>(value)); return *this;}
101 private:
102
103 Aws::String m_resultId;
104 bool m_resultIdHasBeenSet = false;
105
106 DataSource m_dataSource;
107 bool m_dataSourceHasBeenSet = false;
108
109 Aws::String m_jobName;
110 bool m_jobNameHasBeenSet = false;
111
112 Aws::String m_jobRunId;
113 bool m_jobRunIdHasBeenSet = false;
114
115 Aws::Utils::DateTime m_startedOn{};
116 bool m_startedOnHasBeenSet = false;
117 };
118
119} // namespace Model
120} // namespace Glue
121} // namespace Aws
DataQualityResultDescription & WithJobRunId(JobRunIdT &&value)
AWS_GLUE_API DataQualityResultDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DataQualityResultDescription()=default
DataQualityResultDescription & WithStartedOn(StartedOnT &&value)
AWS_GLUE_API DataQualityResultDescription(Aws::Utils::Json::JsonView jsonValue)
DataQualityResultDescription & WithResultId(ResultIdT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DataQualityResultDescription & WithJobName(JobNameT &&value)
DataQualityResultDescription & WithDataSource(DataSourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue