AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ImageSetsMetadataSummary.h
1
6#pragma once
7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/medical-imaging/model/DICOMTags.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace MedicalImaging
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_MEDICALIMAGING_API ImageSetsMetadataSummary();
37 AWS_MEDICALIMAGING_API ImageSetsMetadataSummary(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetImageSetId() const{ return m_imageSetId; }
47 inline bool ImageSetIdHasBeenSet() const { return m_imageSetIdHasBeenSet; }
48 inline void SetImageSetId(const Aws::String& value) { m_imageSetIdHasBeenSet = true; m_imageSetId = value; }
49 inline void SetImageSetId(Aws::String&& value) { m_imageSetIdHasBeenSet = true; m_imageSetId = std::move(value); }
50 inline void SetImageSetId(const char* value) { m_imageSetIdHasBeenSet = true; m_imageSetId.assign(value); }
51 inline ImageSetsMetadataSummary& WithImageSetId(const Aws::String& value) { SetImageSetId(value); return *this;}
52 inline ImageSetsMetadataSummary& WithImageSetId(Aws::String&& value) { SetImageSetId(std::move(value)); return *this;}
53 inline ImageSetsMetadataSummary& WithImageSetId(const char* value) { SetImageSetId(value); return *this;}
55
57
60 inline int GetVersion() const{ return m_version; }
61 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
62 inline void SetVersion(int value) { m_versionHasBeenSet = true; m_version = value; }
63 inline ImageSetsMetadataSummary& WithVersion(int value) { SetVersion(value); return *this;}
65
67
71 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
72 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
73 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
74 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
75 inline ImageSetsMetadataSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
76 inline ImageSetsMetadataSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
78
80
83 inline const Aws::Utils::DateTime& GetUpdatedAt() const{ return m_updatedAt; }
84 inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
85 inline void SetUpdatedAt(const Aws::Utils::DateTime& value) { m_updatedAtHasBeenSet = true; m_updatedAt = value; }
86 inline void SetUpdatedAt(Aws::Utils::DateTime&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::move(value); }
87 inline ImageSetsMetadataSummary& WithUpdatedAt(const Aws::Utils::DateTime& value) { SetUpdatedAt(value); return *this;}
88 inline ImageSetsMetadataSummary& WithUpdatedAt(Aws::Utils::DateTime&& value) { SetUpdatedAt(std::move(value)); return *this;}
90
92
95 inline const DICOMTags& GetDICOMTags() const{ return m_dICOMTags; }
96 inline bool DICOMTagsHasBeenSet() const { return m_dICOMTagsHasBeenSet; }
97 inline void SetDICOMTags(const DICOMTags& value) { m_dICOMTagsHasBeenSet = true; m_dICOMTags = value; }
98 inline void SetDICOMTags(DICOMTags&& value) { m_dICOMTagsHasBeenSet = true; m_dICOMTags = std::move(value); }
99 inline ImageSetsMetadataSummary& WithDICOMTags(const DICOMTags& value) { SetDICOMTags(value); return *this;}
100 inline ImageSetsMetadataSummary& WithDICOMTags(DICOMTags&& value) { SetDICOMTags(std::move(value)); return *this;}
102 private:
103
104 Aws::String m_imageSetId;
105 bool m_imageSetIdHasBeenSet = false;
106
107 int m_version;
108 bool m_versionHasBeenSet = false;
109
110 Aws::Utils::DateTime m_createdAt;
111 bool m_createdAtHasBeenSet = false;
112
113 Aws::Utils::DateTime m_updatedAt;
114 bool m_updatedAtHasBeenSet = false;
115
116 DICOMTags m_dICOMTags;
117 bool m_dICOMTagsHasBeenSet = false;
118 };
119
120} // namespace Model
121} // namespace MedicalImaging
122} // namespace Aws
ImageSetsMetadataSummary & WithDICOMTags(const DICOMTags &value)
ImageSetsMetadataSummary & WithImageSetId(Aws::String &&value)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
ImageSetsMetadataSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
ImageSetsMetadataSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
AWS_MEDICALIMAGING_API ImageSetsMetadataSummary(Aws::Utils::Json::JsonView jsonValue)
ImageSetsMetadataSummary & WithDICOMTags(DICOMTags &&value)
AWS_MEDICALIMAGING_API ImageSetsMetadataSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ImageSetsMetadataSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
ImageSetsMetadataSummary & WithImageSetId(const Aws::String &value)
ImageSetsMetadataSummary & WithImageSetId(const char *value)
ImageSetsMetadataSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue