AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetRemovableAttributes(const Aws::Utils::CryptoBuffer& value) { m_removableAttributesHasBeenSet = true; m_removableAttributes = value; }
48 inline void SetRemovableAttributes(Aws::Utils::CryptoBuffer&& value) { m_removableAttributesHasBeenSet = true; m_removableAttributes = std::move(value); }
50 inline DICOMUpdates& WithRemovableAttributes(Aws::Utils::CryptoBuffer&& value) { SetRemovableAttributes(std::move(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 inline void SetUpdatableAttributes(const Aws::Utils::CryptoBuffer& value) { m_updatableAttributesHasBeenSet = true; m_updatableAttributes = value; }
60 inline void SetUpdatableAttributes(Aws::Utils::CryptoBuffer&& value) { m_updatableAttributesHasBeenSet = true; m_updatableAttributes = std::move(value); }
62 inline DICOMUpdates& WithUpdatableAttributes(Aws::Utils::CryptoBuffer&& value) { SetUpdatableAttributes(std::move(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(const Aws::Utils::CryptoBuffer &value)
void SetRemovableAttributes(Aws::Utils::CryptoBuffer &&value)
void SetRemovableAttributes(const Aws::Utils::CryptoBuffer &value)
AWS_MEDICALIMAGING_API DICOMUpdates & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDICALIMAGING_API DICOMUpdates()
DICOMUpdates & WithUpdatableAttributes(const Aws::Utils::CryptoBuffer &value)
const Aws::Utils::CryptoBuffer & GetRemovableAttributes() const
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::CryptoBuffer & GetUpdatableAttributes() const
void SetUpdatableAttributes(Aws::Utils::CryptoBuffer &&value)
DICOMUpdates & WithUpdatableAttributes(Aws::Utils::CryptoBuffer &&value)
AWS_MEDICALIMAGING_API DICOMUpdates(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatableAttributes(const Aws::Utils::CryptoBuffer &value)
DICOMUpdates & WithRemovableAttributes(Aws::Utils::CryptoBuffer &&value)
Aws::Utils::Json::JsonValue JsonValue