AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ReadSetFiles.h
1
6#pragma once
7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/model/FileInformation.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
32 {
33 public:
34 AWS_OMICS_API ReadSetFiles() = default;
35 AWS_OMICS_API ReadSetFiles(Aws::Utils::Json::JsonView jsonValue);
37 AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const FileInformation& GetSource1() const { return m_source1; }
45 inline bool Source1HasBeenSet() const { return m_source1HasBeenSet; }
46 template<typename Source1T = FileInformation>
47 void SetSource1(Source1T&& value) { m_source1HasBeenSet = true; m_source1 = std::forward<Source1T>(value); }
48 template<typename Source1T = FileInformation>
49 ReadSetFiles& WithSource1(Source1T&& value) { SetSource1(std::forward<Source1T>(value)); return *this;}
51
53
56 inline const FileInformation& GetSource2() const { return m_source2; }
57 inline bool Source2HasBeenSet() const { return m_source2HasBeenSet; }
58 template<typename Source2T = FileInformation>
59 void SetSource2(Source2T&& value) { m_source2HasBeenSet = true; m_source2 = std::forward<Source2T>(value); }
60 template<typename Source2T = FileInformation>
61 ReadSetFiles& WithSource2(Source2T&& value) { SetSource2(std::forward<Source2T>(value)); return *this;}
63
65
68 inline const FileInformation& GetIndex() const { return m_index; }
69 inline bool IndexHasBeenSet() const { return m_indexHasBeenSet; }
70 template<typename IndexT = FileInformation>
71 void SetIndex(IndexT&& value) { m_indexHasBeenSet = true; m_index = std::forward<IndexT>(value); }
72 template<typename IndexT = FileInformation>
73 ReadSetFiles& WithIndex(IndexT&& value) { SetIndex(std::forward<IndexT>(value)); return *this;}
75 private:
76
77 FileInformation m_source1;
78 bool m_source1HasBeenSet = false;
79
80 FileInformation m_source2;
81 bool m_source2HasBeenSet = false;
82
83 FileInformation m_index;
84 bool m_indexHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace Omics
89} // namespace Aws
ReadSetFiles & WithSource1(Source1T &&value)
ReadSetFiles & WithIndex(IndexT &&value)
AWS_OMICS_API ReadSetFiles(Aws::Utils::Json::JsonView jsonValue)
const FileInformation & GetSource1() const
AWS_OMICS_API ReadSetFiles & operator=(Aws::Utils::Json::JsonView jsonValue)
const FileInformation & GetIndex() const
void SetSource2(Source2T &&value)
AWS_OMICS_API ReadSetFiles()=default
void SetSource1(Source1T &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
const FileInformation & GetSource2() const
void SetIndex(IndexT &&value)
ReadSetFiles & WithSource2(Source2T &&value)
Aws::Utils::Json::JsonValue JsonValue