AWS SDK for C++

AWS SDK for C++ Version 1.11.782

Loading...
Searching...
No Matches
SchedulingMinPriorityOverride.h
1
6#pragma once
7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/SchedulingMinPriorityOverrideAlwaysScheduleLast.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
29 public:
30 AWS_DEADLINE_API SchedulingMinPriorityOverride() = default;
33 AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline const SchedulingMinPriorityOverrideAlwaysScheduleLast& GetAlwaysScheduleLast() const { return m_alwaysScheduleLast; }
42 inline bool AlwaysScheduleLastHasBeenSet() const { return m_alwaysScheduleLastHasBeenSet; }
43 template <typename AlwaysScheduleLastT = SchedulingMinPriorityOverrideAlwaysScheduleLast>
44 void SetAlwaysScheduleLast(AlwaysScheduleLastT&& value) {
45 m_alwaysScheduleLastHasBeenSet = true;
46 m_alwaysScheduleLast = std::forward<AlwaysScheduleLastT>(value);
47 }
48 template <typename AlwaysScheduleLastT = SchedulingMinPriorityOverrideAlwaysScheduleLast>
50 SetAlwaysScheduleLast(std::forward<AlwaysScheduleLastT>(value));
51 return *this;
52 }
54 private:
56 bool m_alwaysScheduleLastHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace deadline
61} // namespace Aws
SchedulingMinPriorityOverride & WithAlwaysScheduleLast(AlwaysScheduleLastT &&value)
const SchedulingMinPriorityOverrideAlwaysScheduleLast & GetAlwaysScheduleLast() const
AWS_DEADLINE_API SchedulingMinPriorityOverride()=default
AWS_DEADLINE_API SchedulingMinPriorityOverride(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEADLINE_API SchedulingMinPriorityOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue