AWS SDK for C++

AWS SDK for C++ Version 1.11.644

Loading...
Searching...
No Matches
ImageMapping.h
1
6#pragma once
7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Omics
22{
23namespace Model
24{
25
36 {
37 public:
38 AWS_OMICS_API ImageMapping() = default;
39 AWS_OMICS_API ImageMapping(Aws::Utils::Json::JsonView jsonValue);
41 AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetSourceImage() const { return m_sourceImage; }
49 inline bool SourceImageHasBeenSet() const { return m_sourceImageHasBeenSet; }
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>
53 ImageMapping& WithSourceImage(SourceImageT&& value) { SetSourceImage(std::forward<SourceImageT>(value)); return *this;}
55
57
60 inline const Aws::String& GetDestinationImage() const { return m_destinationImage; }
61 inline bool DestinationImageHasBeenSet() const { return m_destinationImageHasBeenSet; }
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>
65 ImageMapping& WithDestinationImage(DestinationImageT&& value) { SetDestinationImage(std::forward<DestinationImageT>(value)); return *this;}
67 private:
68
69 Aws::String m_sourceImage;
70 bool m_sourceImageHasBeenSet = false;
71
72 Aws::String m_destinationImage;
73 bool m_destinationImageHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Omics
78} // namespace Aws
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
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