7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/medical-imaging/model/CopySourceImageSetInformation.h>
9#include <aws/medical-imaging/model/CopyDestinationImageSet.h>
22namespace MedicalImaging
47 template<
typename SourceImageSetT = CopySourceImageSetInformation>
48 void SetSourceImageSet(SourceImageSetT&& value) { m_sourceImageSetHasBeenSet =
true; m_sourceImageSet = std::forward<SourceImageSetT>(value); }
49 template<
typename SourceImageSetT = CopySourceImageSetInformation>
59 template<
typename DestinationImageSetT = CopyDestinationImageSet>
60 void SetDestinationImageSet(DestinationImageSetT&& value) { m_destinationImageSetHasBeenSet =
true; m_destinationImageSet = std::forward<DestinationImageSetT>(value); }
61 template<
typename DestinationImageSetT = CopyDestinationImageSet>
67 bool m_sourceImageSetHasBeenSet =
false;
70 bool m_destinationImageSetHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue