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>
23namespace MedicalImaging
48 template<
typename ImageSetIdT = Aws::String>
49 void SetImageSetId(ImageSetIdT&& value) { m_imageSetIdHasBeenSet =
true; m_imageSetId = std::forward<ImageSetIdT>(value); }
50 template<
typename ImageSetIdT = Aws::String>
60 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
71 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
73 template<
typename CreatedAtT = Aws::Utils::DateTime>
83 template<
typename UpdatedAtT = Aws::Utils::DateTime>
84 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
85 template<
typename UpdatedAtT = Aws::Utils::DateTime>
95 template<
typename DICOMTagsT = DICOMTags>
96 void SetDICOMTags(DICOMTagsT&& value) { m_dICOMTagsHasBeenSet =
true; m_dICOMTags = std::forward<DICOMTagsT>(value); }
97 template<
typename DICOMTagsT = DICOMTags>
107 inline void SetIsPrimary(
bool value) { m_isPrimaryHasBeenSet =
true; m_isPrimary = value; }
113 bool m_imageSetIdHasBeenSet =
false;
116 bool m_versionHasBeenSet =
false;
119 bool m_createdAtHasBeenSet =
false;
122 bool m_updatedAtHasBeenSet =
false;
124 DICOMTags m_dICOMTags;
125 bool m_dICOMTagsHasBeenSet =
false;
127 bool m_isPrimary{
false};
128 bool m_isPrimaryHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue