AWS SDK for C++

AWS SDK for C++ Version 1.11.787

Loading...
Searching...
No Matches
StepDetailsIdentifiers.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 StepDetailsIdentifiers() = default;
32 AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetJobId() const { return m_jobId; }
39 inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
40 template <typename JobIdT = Aws::String>
41 void SetJobId(JobIdT&& value) {
42 m_jobIdHasBeenSet = true;
43 m_jobId = std::forward<JobIdT>(value);
44 }
45 template <typename JobIdT = Aws::String>
47 SetJobId(std::forward<JobIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetStepId() const { return m_stepId; }
57 inline bool StepIdHasBeenSet() const { return m_stepIdHasBeenSet; }
58 template <typename StepIdT = Aws::String>
59 void SetStepId(StepIdT&& value) {
60 m_stepIdHasBeenSet = true;
61 m_stepId = std::forward<StepIdT>(value);
62 }
63 template <typename StepIdT = Aws::String>
65 SetStepId(std::forward<StepIdT>(value));
66 return *this;
67 }
69 private:
70 Aws::String m_jobId;
71
72 Aws::String m_stepId;
73 bool m_jobIdHasBeenSet = false;
74 bool m_stepIdHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace deadline
79} // namespace Aws
AWS_DEADLINE_API StepDetailsIdentifiers & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API StepDetailsIdentifiers()=default
AWS_DEADLINE_API StepDetailsIdentifiers(Aws::Utils::Json::JsonView jsonValue)
StepDetailsIdentifiers & WithJobId(JobIdT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
StepDetailsIdentifiers & WithStepId(StepIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue