AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetSourceImageSet(const CopySourceImageSetInformation& value) { m_sourceImageSetHasBeenSet = true; m_sourceImageSet = value; }
48 inline void SetSourceImageSet(CopySourceImageSetInformation&& value) { m_sourceImageSetHasBeenSet = true; m_sourceImageSet = std::move(value); }
52
54
57 inline const CopyDestinationImageSet& GetDestinationImageSet() const{ return m_destinationImageSet; }
58 inline bool DestinationImageSetHasBeenSet() const { return m_destinationImageSetHasBeenSet; }
59 inline void SetDestinationImageSet(const CopyDestinationImageSet& value) { m_destinationImageSetHasBeenSet = true; m_destinationImageSet = value; }
60 inline void SetDestinationImageSet(CopyDestinationImageSet&& value) { m_destinationImageSetHasBeenSet = true; m_destinationImageSet = std::move(value); }
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
void SetSourceImageSet(const CopySourceImageSetInformation &value)
void SetDestinationImageSet(CopyDestinationImageSet &&value)
const CopySourceImageSetInformation & GetSourceImageSet() const
void SetDestinationImageSet(const CopyDestinationImageSet &value)
CopyImageSetInformation & WithSourceImageSet(CopySourceImageSetInformation &&value)
AWS_MEDICALIMAGING_API CopyImageSetInformation(Aws::Utils::Json::JsonView jsonValue)
const CopyDestinationImageSet & GetDestinationImageSet() const
void SetSourceImageSet(CopySourceImageSetInformation &&value)
AWS_MEDICALIMAGING_API CopyImageSetInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
CopyImageSetInformation & WithDestinationImageSet(CopyDestinationImageSet &&value)
CopyImageSetInformation & WithSourceImageSet(const CopySourceImageSetInformation &value)
CopyImageSetInformation & WithDestinationImageSet(const CopyDestinationImageSet &value)
Aws::Utils::Json::JsonValue JsonValue