AWS SDK for C++

AWS SDK for C++ Version 1.11.755

Loading...
Searching...
No Matches
CopyImageSetInformation.h
1
6#pragma once
7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/medical-imaging/model/CopyDestinationImageSet.h>
9#include <aws/medical-imaging/model/CopySourceImageSetInformation.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MedicalImaging {
21namespace Model {
22
29 public:
30 AWS_MEDICALIMAGING_API CopyImageSetInformation() = default;
31 AWS_MEDICALIMAGING_API CopyImageSetInformation(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const CopySourceImageSetInformation& GetSourceImageSet() const { return m_sourceImageSet; }
40 inline bool SourceImageSetHasBeenSet() const { return m_sourceImageSetHasBeenSet; }
41 template <typename SourceImageSetT = CopySourceImageSetInformation>
42 void SetSourceImageSet(SourceImageSetT&& value) {
43 m_sourceImageSetHasBeenSet = true;
44 m_sourceImageSet = std::forward<SourceImageSetT>(value);
45 }
46 template <typename SourceImageSetT = CopySourceImageSetInformation>
47 CopyImageSetInformation& WithSourceImageSet(SourceImageSetT&& value) {
48 SetSourceImageSet(std::forward<SourceImageSetT>(value));
49 return *this;
50 }
52
54
57 inline const CopyDestinationImageSet& GetDestinationImageSet() const { return m_destinationImageSet; }
58 inline bool DestinationImageSetHasBeenSet() const { return m_destinationImageSetHasBeenSet; }
59 template <typename DestinationImageSetT = CopyDestinationImageSet>
60 void SetDestinationImageSet(DestinationImageSetT&& value) {
61 m_destinationImageSetHasBeenSet = true;
62 m_destinationImageSet = std::forward<DestinationImageSetT>(value);
63 }
64 template <typename DestinationImageSetT = CopyDestinationImageSet>
65 CopyImageSetInformation& WithDestinationImageSet(DestinationImageSetT&& value) {
66 SetDestinationImageSet(std::forward<DestinationImageSetT>(value));
67 return *this;
68 }
70 private:
71 CopySourceImageSetInformation m_sourceImageSet;
72
73 CopyDestinationImageSet m_destinationImageSet;
74 bool m_sourceImageSetHasBeenSet = false;
75 bool m_destinationImageSetHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace MedicalImaging
80} // namespace Aws
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
const CopySourceImageSetInformation & GetSourceImageSet() const
CopyImageSetInformation & WithSourceImageSet(SourceImageSetT &&value)
AWS_MEDICALIMAGING_API CopyImageSetInformation(Aws::Utils::Json::JsonView jsonValue)
const CopyDestinationImageSet & GetDestinationImageSet() const
AWS_MEDICALIMAGING_API CopyImageSetInformation()=default
AWS_MEDICALIMAGING_API CopyImageSetInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
CopyImageSetInformation & WithDestinationImageSet(DestinationImageSetT &&value)
Aws::Utils::Json::JsonValue JsonValue