AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
CopySourceImageSetInformation.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/medical-imaging/model/MetadataCopies.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MedicalImaging
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDICALIMAGING_API CopySourceImageSetInformation() = default;
38 AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetLatestVersionId() const { return m_latestVersionId; }
46 inline bool LatestVersionIdHasBeenSet() const { return m_latestVersionIdHasBeenSet; }
47 template<typename LatestVersionIdT = Aws::String>
48 void SetLatestVersionId(LatestVersionIdT&& value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId = std::forward<LatestVersionIdT>(value); }
49 template<typename LatestVersionIdT = Aws::String>
50 CopySourceImageSetInformation& WithLatestVersionId(LatestVersionIdT&& value) { SetLatestVersionId(std::forward<LatestVersionIdT>(value)); return *this;}
52
54
58 inline const MetadataCopies& GetDICOMCopies() const { return m_dICOMCopies; }
59 inline bool DICOMCopiesHasBeenSet() const { return m_dICOMCopiesHasBeenSet; }
60 template<typename DICOMCopiesT = MetadataCopies>
61 void SetDICOMCopies(DICOMCopiesT&& value) { m_dICOMCopiesHasBeenSet = true; m_dICOMCopies = std::forward<DICOMCopiesT>(value); }
62 template<typename DICOMCopiesT = MetadataCopies>
63 CopySourceImageSetInformation& WithDICOMCopies(DICOMCopiesT&& value) { SetDICOMCopies(std::forward<DICOMCopiesT>(value)); return *this;}
65 private:
66
67 Aws::String m_latestVersionId;
68 bool m_latestVersionIdHasBeenSet = false;
69
70 MetadataCopies m_dICOMCopies;
71 bool m_dICOMCopiesHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace MedicalImaging
76} // namespace Aws
AWS_MEDICALIMAGING_API CopySourceImageSetInformation()=default
CopySourceImageSetInformation & WithLatestVersionId(LatestVersionIdT &&value)
AWS_MEDICALIMAGING_API CopySourceImageSetInformation(Aws::Utils::Json::JsonView jsonValue)
CopySourceImageSetInformation & WithDICOMCopies(DICOMCopiesT &&value)
AWS_MEDICALIMAGING_API CopySourceImageSetInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue