AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
Overrides.h
1
6#pragma once
7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MedicalImaging {
17namespace Model {
18
26class Overrides {
27 public:
28 AWS_MEDICALIMAGING_API Overrides() = default;
29 AWS_MEDICALIMAGING_API Overrides(Aws::Utils::Json::JsonView jsonValue);
30 AWS_MEDICALIMAGING_API Overrides& operator=(Aws::Utils::Json::JsonView jsonValue);
31 AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
39 inline bool GetForced() const { return m_forced; }
40 inline bool ForcedHasBeenSet() const { return m_forcedHasBeenSet; }
41 inline void SetForced(bool value) {
42 m_forcedHasBeenSet = true;
43 m_forced = value;
44 }
45 inline Overrides& WithForced(bool value) {
46 SetForced(value);
47 return *this;
48 }
50 private:
51 bool m_forced{false};
52 bool m_forcedHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace MedicalImaging
57} // namespace Aws
AWS_MEDICALIMAGING_API Overrides & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDICALIMAGING_API Overrides()=default
Overrides & WithForced(bool value)
Definition Overrides.h:45
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDICALIMAGING_API Overrides(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue