AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
FindMatchesTaskRunProperties.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
33 {
34 public:
35 AWS_GLUE_API FindMatchesTaskRunProperties() = default;
39
40
42
45 inline const Aws::String& GetJobId() const { return m_jobId; }
46 inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
47 template<typename JobIdT = Aws::String>
48 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet = true; m_jobId = std::forward<JobIdT>(value); }
49 template<typename JobIdT = Aws::String>
50 FindMatchesTaskRunProperties& WithJobId(JobIdT&& value) { SetJobId(std::forward<JobIdT>(value)); return *this;}
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) { m_jobNameHasBeenSet = true; m_jobName = std::forward<JobNameT>(value); }
61 template<typename JobNameT = Aws::String>
62 FindMatchesTaskRunProperties& WithJobName(JobNameT&& value) { SetJobName(std::forward<JobNameT>(value)); return *this;}
64
66
69 inline const Aws::String& GetJobRunId() const { return m_jobRunId; }
70 inline bool JobRunIdHasBeenSet() const { return m_jobRunIdHasBeenSet; }
71 template<typename JobRunIdT = Aws::String>
72 void SetJobRunId(JobRunIdT&& value) { m_jobRunIdHasBeenSet = true; m_jobRunId = std::forward<JobRunIdT>(value); }
73 template<typename JobRunIdT = Aws::String>
74 FindMatchesTaskRunProperties& WithJobRunId(JobRunIdT&& value) { SetJobRunId(std::forward<JobRunIdT>(value)); return *this;}
76 private:
77
78 Aws::String m_jobId;
79 bool m_jobIdHasBeenSet = false;
80
81 Aws::String m_jobName;
82 bool m_jobNameHasBeenSet = false;
83
84 Aws::String m_jobRunId;
85 bool m_jobRunIdHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace Glue
90} // 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