AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
JobStepRestartMarker.h
1
6#pragma once
7#include <aws/m2/MainframeModernization_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 MainframeModernization
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MAINFRAMEMODERNIZATION_API JobStepRestartMarker();
36 AWS_MAINFRAMEMODERNIZATION_API JobStepRestartMarker(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MAINFRAMEMODERNIZATION_API JobStepRestartMarker& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetFromProcStep() const{ return m_fromProcStep; }
46 inline bool FromProcStepHasBeenSet() const { return m_fromProcStepHasBeenSet; }
47 inline void SetFromProcStep(const Aws::String& value) { m_fromProcStepHasBeenSet = true; m_fromProcStep = value; }
48 inline void SetFromProcStep(Aws::String&& value) { m_fromProcStepHasBeenSet = true; m_fromProcStep = std::move(value); }
49 inline void SetFromProcStep(const char* value) { m_fromProcStepHasBeenSet = true; m_fromProcStep.assign(value); }
50 inline JobStepRestartMarker& WithFromProcStep(const Aws::String& value) { SetFromProcStep(value); return *this;}
51 inline JobStepRestartMarker& WithFromProcStep(Aws::String&& value) { SetFromProcStep(std::move(value)); return *this;}
52 inline JobStepRestartMarker& WithFromProcStep(const char* value) { SetFromProcStep(value); return *this;}
54
56
59 inline const Aws::String& GetFromStep() const{ return m_fromStep; }
60 inline bool FromStepHasBeenSet() const { return m_fromStepHasBeenSet; }
61 inline void SetFromStep(const Aws::String& value) { m_fromStepHasBeenSet = true; m_fromStep = value; }
62 inline void SetFromStep(Aws::String&& value) { m_fromStepHasBeenSet = true; m_fromStep = std::move(value); }
63 inline void SetFromStep(const char* value) { m_fromStepHasBeenSet = true; m_fromStep.assign(value); }
64 inline JobStepRestartMarker& WithFromStep(const Aws::String& value) { SetFromStep(value); return *this;}
65 inline JobStepRestartMarker& WithFromStep(Aws::String&& value) { SetFromStep(std::move(value)); return *this;}
66 inline JobStepRestartMarker& WithFromStep(const char* value) { SetFromStep(value); return *this;}
68
70
73 inline const Aws::String& GetToProcStep() const{ return m_toProcStep; }
74 inline bool ToProcStepHasBeenSet() const { return m_toProcStepHasBeenSet; }
75 inline void SetToProcStep(const Aws::String& value) { m_toProcStepHasBeenSet = true; m_toProcStep = value; }
76 inline void SetToProcStep(Aws::String&& value) { m_toProcStepHasBeenSet = true; m_toProcStep = std::move(value); }
77 inline void SetToProcStep(const char* value) { m_toProcStepHasBeenSet = true; m_toProcStep.assign(value); }
78 inline JobStepRestartMarker& WithToProcStep(const Aws::String& value) { SetToProcStep(value); return *this;}
79 inline JobStepRestartMarker& WithToProcStep(Aws::String&& value) { SetToProcStep(std::move(value)); return *this;}
80 inline JobStepRestartMarker& WithToProcStep(const char* value) { SetToProcStep(value); return *this;}
82
84
87 inline const Aws::String& GetToStep() const{ return m_toStep; }
88 inline bool ToStepHasBeenSet() const { return m_toStepHasBeenSet; }
89 inline void SetToStep(const Aws::String& value) { m_toStepHasBeenSet = true; m_toStep = value; }
90 inline void SetToStep(Aws::String&& value) { m_toStepHasBeenSet = true; m_toStep = std::move(value); }
91 inline void SetToStep(const char* value) { m_toStepHasBeenSet = true; m_toStep.assign(value); }
92 inline JobStepRestartMarker& WithToStep(const Aws::String& value) { SetToStep(value); return *this;}
93 inline JobStepRestartMarker& WithToStep(Aws::String&& value) { SetToStep(std::move(value)); return *this;}
94 inline JobStepRestartMarker& WithToStep(const char* value) { SetToStep(value); return *this;}
96 private:
97
98 Aws::String m_fromProcStep;
99 bool m_fromProcStepHasBeenSet = false;
100
101 Aws::String m_fromStep;
102 bool m_fromStepHasBeenSet = false;
103
104 Aws::String m_toProcStep;
105 bool m_toProcStepHasBeenSet = false;
106
107 Aws::String m_toStep;
108 bool m_toStepHasBeenSet = false;
109 };
110
111} // namespace Model
112} // namespace MainframeModernization
113} // namespace Aws
JobStepRestartMarker & WithFromProcStep(const char *value)
AWS_MAINFRAMEMODERNIZATION_API JobStepRestartMarker(Aws::Utils::Json::JsonView jsonValue)
JobStepRestartMarker & WithFromStep(Aws::String &&value)
JobStepRestartMarker & WithToStep(const char *value)
JobStepRestartMarker & WithFromStep(const Aws::String &value)
JobStepRestartMarker & WithToProcStep(const char *value)
AWS_MAINFRAMEMODERNIZATION_API JobStepRestartMarker()
JobStepRestartMarker & WithFromProcStep(Aws::String &&value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
JobStepRestartMarker & WithToProcStep(Aws::String &&value)
JobStepRestartMarker & WithFromStep(const char *value)
JobStepRestartMarker & WithFromProcStep(const Aws::String &value)
JobStepRestartMarker & WithToStep(const Aws::String &value)
JobStepRestartMarker & WithToProcStep(const Aws::String &value)
AWS_MAINFRAMEMODERNIZATION_API JobStepRestartMarker & operator=(Aws::Utils::Json::JsonView jsonValue)
JobStepRestartMarker & WithToStep(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue