AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DICOMUpdates.h
1
6#pragma once
7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MedicalImaging
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDICALIMAGING_API DICOMUpdates() = default;
36 AWS_MEDICALIMAGING_API DICOMUpdates(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDICALIMAGING_API DICOMUpdates& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Utils::CryptoBuffer& GetRemovableAttributes() const { return m_removableAttributes; }
46 inline bool RemovableAttributesHasBeenSet() const { return m_removableAttributesHasBeenSet; }
47 template<typename RemovableAttributesT = Aws::Utils::CryptoBuffer>
48 void SetRemovableAttributes(RemovableAttributesT&& value) { m_removableAttributesHasBeenSet = true; m_removableAttributes = std::forward<RemovableAttributesT>(value); }
49 template<typename RemovableAttributesT = Aws::Utils::CryptoBuffer>
50 DICOMUpdates& WithRemovableAttributes(RemovableAttributesT&& value) { SetRemovableAttributes(std::forward<RemovableAttributesT>(value)); return *this;}
52
54
57 inline const Aws::Utils::CryptoBuffer& GetUpdatableAttributes() const { return m_updatableAttributes; }
58 inline bool UpdatableAttributesHasBeenSet() const { return m_updatableAttributesHasBeenSet; }
59 template<typename UpdatableAttributesT = Aws::Utils::CryptoBuffer>
60 void SetUpdatableAttributes(UpdatableAttributesT&& value) { m_updatableAttributesHasBeenSet = true; m_updatableAttributes = std::forward<UpdatableAttributesT>(value); }
61 template<typename UpdatableAttributesT = Aws::Utils::CryptoBuffer>
62 DICOMUpdates& WithUpdatableAttributes(UpdatableAttributesT&& value) { SetUpdatableAttributes(std::forward<UpdatableAttributesT>(value)); return *this;}
64 private:
65
66 Aws::Utils::CryptoBuffer m_removableAttributes{};
67 bool m_removableAttributesHasBeenSet = false;
68
69 Aws::Utils::CryptoBuffer m_updatableAttributes{};
70 bool m_updatableAttributesHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace MedicalImaging
75} // namespace Aws
DICOMUpdates & WithRemovableAttributes(RemovableAttributesT &&value)
void SetUpdatableAttributes(UpdatableAttributesT &&value)
AWS_MEDICALIMAGING_API DICOMUpdates & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRemovableAttributes(RemovableAttributesT &&value)
DICOMUpdates & WithUpdatableAttributes(UpdatableAttributesT &&value)
const Aws::Utils::CryptoBuffer & GetRemovableAttributes() const
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::CryptoBuffer & GetUpdatableAttributes() const
AWS_MEDICALIMAGING_API DICOMUpdates()=default
AWS_MEDICALIMAGING_API DICOMUpdates(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue