AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Overrides.h
1
6#pragma once
7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MedicalImaging
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_MEDICALIMAGING_API Overrides();
35 AWS_MEDICALIMAGING_API Overrides(Aws::Utils::Json::JsonView jsonValue);
36 AWS_MEDICALIMAGING_API Overrides& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline bool GetForced() const{ return m_forced; }
47 inline bool ForcedHasBeenSet() const { return m_forcedHasBeenSet; }
48 inline void SetForced(bool value) { m_forcedHasBeenSet = true; m_forced = value; }
49 inline Overrides& WithForced(bool value) { SetForced(value); return *this;}
51 private:
52
53 bool m_forced;
54 bool m_forcedHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace MedicalImaging
59} // namespace Aws
AWS_MEDICALIMAGING_API Overrides()
AWS_MEDICALIMAGING_API Overrides & operator=(Aws::Utils::Json::JsonView jsonValue)
Overrides & WithForced(bool value)
Definition Overrides.h:49
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDICALIMAGING_API Overrides(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue