AWS SDK for C++

AWS SDK for C++ Version 1.11.786

Loading...
Searching...
No Matches
BatchGetTaskIdentifier.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace deadline {
20namespace Model {
21
28 public:
29 AWS_DEADLINE_API BatchGetTaskIdentifier() = default;
32 AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetFarmId() const { return m_farmId; }
39 inline bool FarmIdHasBeenSet() const { return m_farmIdHasBeenSet; }
40 template <typename FarmIdT = Aws::String>
41 void SetFarmId(FarmIdT&& value) {
42 m_farmIdHasBeenSet = true;
43 m_farmId = std::forward<FarmIdT>(value);
44 }
45 template <typename FarmIdT = Aws::String>
47 SetFarmId(std::forward<FarmIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetQueueId() const { return m_queueId; }
57 inline bool QueueIdHasBeenSet() const { return m_queueIdHasBeenSet; }
58 template <typename QueueIdT = Aws::String>
59 void SetQueueId(QueueIdT&& value) {
60 m_queueIdHasBeenSet = true;
61 m_queueId = std::forward<QueueIdT>(value);
62 }
63 template <typename QueueIdT = Aws::String>
65 SetQueueId(std::forward<QueueIdT>(value));
66 return *this;
67 }
69
71
74 inline const Aws::String& GetJobId() const { return m_jobId; }
75 inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
76 template <typename JobIdT = Aws::String>
77 void SetJobId(JobIdT&& value) {
78 m_jobIdHasBeenSet = true;
79 m_jobId = std::forward<JobIdT>(value);
80 }
81 template <typename JobIdT = Aws::String>
83 SetJobId(std::forward<JobIdT>(value));
84 return *this;
85 }
87
89
92 inline const Aws::String& GetStepId() const { return m_stepId; }
93 inline bool StepIdHasBeenSet() const { return m_stepIdHasBeenSet; }
94 template <typename StepIdT = Aws::String>
95 void SetStepId(StepIdT&& value) {
96 m_stepIdHasBeenSet = true;
97 m_stepId = std::forward<StepIdT>(value);
98 }
99 template <typename StepIdT = Aws::String>
101 SetStepId(std::forward<StepIdT>(value));
102 return *this;
103 }
105
107
110 inline const Aws::String& GetTaskId() const { return m_taskId; }
111 inline bool TaskIdHasBeenSet() const { return m_taskIdHasBeenSet; }
112 template <typename TaskIdT = Aws::String>
113 void SetTaskId(TaskIdT&& value) {
114 m_taskIdHasBeenSet = true;
115 m_taskId = std::forward<TaskIdT>(value);
116 }
117 template <typename TaskIdT = Aws::String>
119 SetTaskId(std::forward<TaskIdT>(value));
120 return *this;
121 }
123 private:
124 Aws::String m_farmId;
125
126 Aws::String m_queueId;
127
128 Aws::String m_jobId;
129
130 Aws::String m_stepId;
131
132 Aws::String m_taskId;
133 bool m_farmIdHasBeenSet = false;
134 bool m_queueIdHasBeenSet = false;
135 bool m_jobIdHasBeenSet = false;
136 bool m_stepIdHasBeenSet = false;
137 bool m_taskIdHasBeenSet = false;
138};
139
140} // namespace Model
141} // namespace deadline
142} // namespace Aws
BatchGetTaskIdentifier & WithStepId(StepIdT &&value)
BatchGetTaskIdentifier & WithJobId(JobIdT &&value)
BatchGetTaskIdentifier & WithFarmId(FarmIdT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEADLINE_API BatchGetTaskIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetTaskIdentifier & WithQueueId(QueueIdT &&value)
BatchGetTaskIdentifier & WithTaskId(TaskIdT &&value)
AWS_DEADLINE_API BatchGetTaskIdentifier()=default
AWS_DEADLINE_API BatchGetTaskIdentifier(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue