AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
39
40
42
45 inline const Aws::String& GetJobId() const{ return m_jobId; }
46 inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
47 inline void SetJobId(const Aws::String& value) { m_jobIdHasBeenSet = true; m_jobId = value; }
48 inline void SetJobId(Aws::String&& value) { m_jobIdHasBeenSet = true; m_jobId = std::move(value); }
49 inline void SetJobId(const char* value) { m_jobIdHasBeenSet = true; m_jobId.assign(value); }
50 inline FindMatchesTaskRunProperties& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
51 inline FindMatchesTaskRunProperties& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
52 inline FindMatchesTaskRunProperties& WithJobId(const char* value) { SetJobId(value); return *this;}
54
56
59 inline const Aws::String& GetJobName() const{ return m_jobName; }
60 inline bool JobNameHasBeenSet() const { return m_jobNameHasBeenSet; }
61 inline void SetJobName(const Aws::String& value) { m_jobNameHasBeenSet = true; m_jobName = value; }
62 inline void SetJobName(Aws::String&& value) { m_jobNameHasBeenSet = true; m_jobName = std::move(value); }
63 inline void SetJobName(const char* value) { m_jobNameHasBeenSet = true; m_jobName.assign(value); }
64 inline FindMatchesTaskRunProperties& WithJobName(const Aws::String& value) { SetJobName(value); return *this;}
65 inline FindMatchesTaskRunProperties& WithJobName(Aws::String&& value) { SetJobName(std::move(value)); return *this;}
66 inline FindMatchesTaskRunProperties& WithJobName(const char* value) { SetJobName(value); return *this;}
68
70
73 inline const Aws::String& GetJobRunId() const{ return m_jobRunId; }
74 inline bool JobRunIdHasBeenSet() const { return m_jobRunIdHasBeenSet; }
75 inline void SetJobRunId(const Aws::String& value) { m_jobRunIdHasBeenSet = true; m_jobRunId = value; }
76 inline void SetJobRunId(Aws::String&& value) { m_jobRunIdHasBeenSet = true; m_jobRunId = std::move(value); }
77 inline void SetJobRunId(const char* value) { m_jobRunIdHasBeenSet = true; m_jobRunId.assign(value); }
78 inline FindMatchesTaskRunProperties& WithJobRunId(const Aws::String& value) { SetJobRunId(value); return *this;}
79 inline FindMatchesTaskRunProperties& WithJobRunId(Aws::String&& value) { SetJobRunId(std::move(value)); return *this;}
80 inline FindMatchesTaskRunProperties& WithJobRunId(const char* value) { SetJobRunId(value); return *this;}
82 private:
83
84 Aws::String m_jobId;
85 bool m_jobIdHasBeenSet = false;
86
87 Aws::String m_jobName;
88 bool m_jobNameHasBeenSet = false;
89
90 Aws::String m_jobRunId;
91 bool m_jobRunIdHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace Glue
96} // namespace Aws
AWS_GLUE_API FindMatchesTaskRunProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
FindMatchesTaskRunProperties & WithJobName(const char *value)
AWS_GLUE_API FindMatchesTaskRunProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
FindMatchesTaskRunProperties & WithJobId(const char *value)
FindMatchesTaskRunProperties & WithJobName(const Aws::String &value)
FindMatchesTaskRunProperties & WithJobRunId(Aws::String &&value)
FindMatchesTaskRunProperties & WithJobId(Aws::String &&value)
FindMatchesTaskRunProperties & WithJobRunId(const char *value)
FindMatchesTaskRunProperties & WithJobName(Aws::String &&value)
FindMatchesTaskRunProperties & WithJobId(const Aws::String &value)
FindMatchesTaskRunProperties & WithJobRunId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue