7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
44 template <
typename SourceImageT = Aws::String>
46 m_sourceImageHasBeenSet =
true;
47 m_sourceImage = std::forward<SourceImageT>(value);
49 template <
typename SourceImageT = Aws::String>
62 template <
typename DestinationImageT = Aws::String>
64 m_destinationImageHasBeenSet =
true;
65 m_destinationImage = std::forward<DestinationImageT>(value);
67 template <
typename DestinationImageT = Aws::String>
77 bool m_sourceImageHasBeenSet =
false;
78 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