AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
CopyImageSetInformation.h
1
6#pragma once
7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/medical-imaging/model/CopySourceImageSetInformation.h>
9#include <aws/medical-imaging/model/CopyDestinationImageSet.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 CopyImageSetInformation() = default;
36 AWS_MEDICALIMAGING_API CopyImageSetInformation(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const CopySourceImageSetInformation& GetSourceImageSet() const { return m_sourceImageSet; }
46 inline bool SourceImageSetHasBeenSet() const { return m_sourceImageSetHasBeenSet; }
47 template<typename SourceImageSetT = CopySourceImageSetInformation>
48 void SetSourceImageSet(SourceImageSetT&& value) { m_sourceImageSetHasBeenSet = true; m_sourceImageSet = std::forward<SourceImageSetT>(value); }
49 template<typename SourceImageSetT = CopySourceImageSetInformation>
50 CopyImageSetInformation& WithSourceImageSet(SourceImageSetT&& value) { SetSourceImageSet(std::forward<SourceImageSetT>(value)); return *this;}
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) { m_destinationImageSetHasBeenSet = true; m_destinationImageSet = std::forward<DestinationImageSetT>(value); }
61 template<typename DestinationImageSetT = CopyDestinationImageSet>
62 CopyImageSetInformation& WithDestinationImageSet(DestinationImageSetT&& value) { SetDestinationImageSet(std::forward<DestinationImageSetT>(value)); return *this;}
64 private:
65
66 CopySourceImageSetInformation m_sourceImageSet;
67 bool m_sourceImageSetHasBeenSet = false;
68
69 CopyDestinationImageSet m_destinationImageSet;
70 bool m_destinationImageSetHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace MedicalImaging
75} // 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