AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Predecessor.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 Predecessor();
36 AWS_GLUE_API Predecessor(Aws::Utils::Json::JsonView jsonValue);
39
40
42
45 inline const Aws::String& GetJobName() const{ return m_jobName; }
46 inline bool JobNameHasBeenSet() const { return m_jobNameHasBeenSet; }
47 inline void SetJobName(const Aws::String& value) { m_jobNameHasBeenSet = true; m_jobName = value; }
48 inline void SetJobName(Aws::String&& value) { m_jobNameHasBeenSet = true; m_jobName = std::move(value); }
49 inline void SetJobName(const char* value) { m_jobNameHasBeenSet = true; m_jobName.assign(value); }
50 inline Predecessor& WithJobName(const Aws::String& value) { SetJobName(value); return *this;}
51 inline Predecessor& WithJobName(Aws::String&& value) { SetJobName(std::move(value)); return *this;}
52 inline Predecessor& WithJobName(const char* value) { SetJobName(value); return *this;}
54
56
59 inline const Aws::String& GetRunId() const{ return m_runId; }
60 inline bool RunIdHasBeenSet() const { return m_runIdHasBeenSet; }
61 inline void SetRunId(const Aws::String& value) { m_runIdHasBeenSet = true; m_runId = value; }
62 inline void SetRunId(Aws::String&& value) { m_runIdHasBeenSet = true; m_runId = std::move(value); }
63 inline void SetRunId(const char* value) { m_runIdHasBeenSet = true; m_runId.assign(value); }
64 inline Predecessor& WithRunId(const Aws::String& value) { SetRunId(value); return *this;}
65 inline Predecessor& WithRunId(Aws::String&& value) { SetRunId(std::move(value)); return *this;}
66 inline Predecessor& WithRunId(const char* value) { SetRunId(value); return *this;}
68 private:
69
70 Aws::String m_jobName;
71 bool m_jobNameHasBeenSet = false;
72
73 Aws::String m_runId;
74 bool m_runIdHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace Glue
79} // namespace Aws
const Aws::String & GetRunId() const
Definition Predecessor.h:59
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRunId(const char *value)
Definition Predecessor.h:63
AWS_GLUE_API Predecessor(Aws::Utils::Json::JsonView jsonValue)
void SetJobName(const Aws::String &value)
Definition Predecessor.h:47
Predecessor & WithJobName(const char *value)
Definition Predecessor.h:52
const Aws::String & GetJobName() const
Definition Predecessor.h:45
void SetJobName(Aws::String &&value)
Definition Predecessor.h:48
Predecessor & WithRunId(const Aws::String &value)
Definition Predecessor.h:64
AWS_GLUE_API Predecessor & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobName(const char *value)
Definition Predecessor.h:49
Predecessor & WithJobName(const Aws::String &value)
Definition Predecessor.h:50
void SetRunId(Aws::String &&value)
Definition Predecessor.h:62
Predecessor & WithRunId(Aws::String &&value)
Definition Predecessor.h:65
Predecessor & WithJobName(Aws::String &&value)
Definition Predecessor.h:51
Predecessor & WithRunId(const char *value)
Definition Predecessor.h:66
void SetRunId(const Aws::String &value)
Definition Predecessor.h:61
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue