7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/model/FileInformation.h>
46 template<
typename Source1T = FileInformation>
47 void SetSource1(Source1T&& value) { m_source1HasBeenSet =
true; m_source1 = std::forward<Source1T>(value); }
48 template<
typename Source1T = FileInformation>
58 template<
typename Source2T = FileInformation>
59 void SetSource2(Source2T&& value) { m_source2HasBeenSet =
true; m_source2 = std::forward<Source2T>(value); }
60 template<
typename Source2T = FileInformation>
70 template<
typename IndexT = FileInformation>
71 void SetIndex(IndexT&& value) { m_indexHasBeenSet =
true; m_index = std::forward<IndexT>(value); }
72 template<
typename IndexT = FileInformation>
78 bool m_source1HasBeenSet =
false;
81 bool m_source2HasBeenSet =
false;
84 bool m_indexHasBeenSet =
false;
bool Source2HasBeenSet() const
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)
bool IndexHasBeenSet() const
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
bool Source1HasBeenSet() const
const FileInformation & GetSource2() const
void SetIndex(IndexT &&value)
ReadSetFiles & WithSource2(Source2T &&value)
Aws::Utils::Json::JsonValue JsonValue