AWS SDK for C++

AWS SDK for C++ Version 1.11.712

Loading...
Searching...
No Matches
FindMatchesTaskRunProperties.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
29 public:
30 AWS_GLUE_API FindMatchesTaskRunProperties() = default;
34
36
39 inline const Aws::String& GetJobId() const { return m_jobId; }
40 inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
41 template <typename JobIdT = Aws::String>
42 void SetJobId(JobIdT&& value) {
43 m_jobIdHasBeenSet = true;
44 m_jobId = std::forward<JobIdT>(value);
45 }
46 template <typename JobIdT = Aws::String>
48 SetJobId(std::forward<JobIdT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetJobName() const { return m_jobName; }
58 inline bool JobNameHasBeenSet() const { return m_jobNameHasBeenSet; }
59 template <typename JobNameT = Aws::String>
60 void SetJobName(JobNameT&& value) {
61 m_jobNameHasBeenSet = true;
62 m_jobName = std::forward<JobNameT>(value);
63 }
64 template <typename JobNameT = Aws::String>
66 SetJobName(std::forward<JobNameT>(value));
67 return *this;
68 }
70
72
75 inline const Aws::String& GetJobRunId() const { return m_jobRunId; }
76 inline bool JobRunIdHasBeenSet() const { return m_jobRunIdHasBeenSet; }
77 template <typename JobRunIdT = Aws::String>
78 void SetJobRunId(JobRunIdT&& value) {
79 m_jobRunIdHasBeenSet = true;
80 m_jobRunId = std::forward<JobRunIdT>(value);
81 }
82 template <typename JobRunIdT = Aws::String>
84 SetJobRunId(std::forward<JobRunIdT>(value));
85 return *this;
86 }
88 private:
89 Aws::String m_jobId;
90
91 Aws::String m_jobName;
92
93 Aws::String m_jobRunId;
94 bool m_jobIdHasBeenSet = false;
95 bool m_jobNameHasBeenSet = false;
96 bool m_jobRunIdHasBeenSet = false;
97};
98
99} // namespace Model
100} // namespace Glue
101} // namespace Aws
AWS_GLUE_API FindMatchesTaskRunProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API FindMatchesTaskRunProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API FindMatchesTaskRunProperties()=default
FindMatchesTaskRunProperties & WithJobName(JobNameT &&value)
FindMatchesTaskRunProperties & WithJobRunId(JobRunIdT &&value)
FindMatchesTaskRunProperties & WithJobId(JobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue