AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetLatestVersionId(const Aws::String& value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId = value; }
48 inline void SetLatestVersionId(Aws::String&& value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId = std::move(value); }
49 inline void SetLatestVersionId(const char* value) { m_latestVersionIdHasBeenSet = true; m_latestVersionId.assign(value); }
51 inline CopySourceImageSetInformation& WithLatestVersionId(Aws::String&& value) { SetLatestVersionId(std::move(value)); return *this;}
52 inline CopySourceImageSetInformation& WithLatestVersionId(const char* value) { SetLatestVersionId(value); return *this;}
54
56
60 inline const MetadataCopies& GetDICOMCopies() const{ return m_dICOMCopies; }
61 inline bool DICOMCopiesHasBeenSet() const { return m_dICOMCopiesHasBeenSet; }
62 inline void SetDICOMCopies(const MetadataCopies& value) { m_dICOMCopiesHasBeenSet = true; m_dICOMCopies = value; }
63 inline void SetDICOMCopies(MetadataCopies&& value) { m_dICOMCopiesHasBeenSet = true; m_dICOMCopies = std::move(value); }
64 inline CopySourceImageSetInformation& WithDICOMCopies(const MetadataCopies& value) { SetDICOMCopies(value); return *this;}
65 inline CopySourceImageSetInformation& WithDICOMCopies(MetadataCopies&& value) { SetDICOMCopies(std::move(value)); return *this;}
67 private:
68
69 Aws::String m_latestVersionId;
70 bool m_latestVersionIdHasBeenSet = false;
71
72 MetadataCopies m_dICOMCopies;
73 bool m_dICOMCopiesHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace MedicalImaging
78} // namespace Aws
CopySourceImageSetInformation & WithLatestVersionId(const char *value)
CopySourceImageSetInformation & WithLatestVersionId(Aws::String &&value)
AWS_MEDICALIMAGING_API CopySourceImageSetInformation(Aws::Utils::Json::JsonView jsonValue)
CopySourceImageSetInformation & WithLatestVersionId(const Aws::String &value)
CopySourceImageSetInformation & WithDICOMCopies(const MetadataCopies &value)
CopySourceImageSetInformation & WithDICOMCopies(MetadataCopies &&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