7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename SourceImageT = Aws::String>
51 void SetSourceImage(SourceImageT&& value) { m_sourceImageHasBeenSet =
true; m_sourceImage = std::forward<SourceImageT>(value); }
52 template<
typename SourceImageT = Aws::String>
62 template<
typename DestinationImageT = Aws::String>
63 void SetDestinationImage(DestinationImageT&& value) { m_destinationImageHasBeenSet =
true; m_destinationImage = std::forward<DestinationImageT>(value); }
64 template<
typename DestinationImageT = Aws::String>
70 bool m_sourceImageHasBeenSet =
false;
73 bool m_destinationImageHasBeenSet =
false;
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
ImageMapping & WithSourceImage(SourceImageT &&value)
void SetDestinationImage(DestinationImageT &&value)
AWS_OMICS_API ImageMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API ImageMapping()=default
bool DestinationImageHasBeenSet() const
bool SourceImageHasBeenSet() const
const Aws::String & GetDestinationImage() const
void SetSourceImage(SourceImageT &&value)
AWS_OMICS_API ImageMapping(Aws::Utils::Json::JsonView jsonValue)
ImageMapping & WithDestinationImage(DestinationImageT &&value)
const Aws::String & GetSourceImage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue