7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/model/FileInformation.h>
40 template <
typename SourceT = FileInformation>
42 m_sourceHasBeenSet =
true;
43 m_source = std::forward<SourceT>(value);
45 template <
typename SourceT = FileInformation>
58 template <
typename IndexT = FileInformation>
60 m_indexHasBeenSet =
true;
61 m_index = std::forward<IndexT>(value);
63 template <
typename IndexT = FileInformation>
65 SetIndex(std::forward<IndexT>(value));
73 bool m_sourceHasBeenSet =
false;
74 bool m_indexHasBeenSet =
false;
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
ReferenceFiles & WithSource(SourceT &&value)
bool SourceHasBeenSet() const
const FileInformation & GetSource() const
AWS_OMICS_API ReferenceFiles & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IndexHasBeenSet() const
ReferenceFiles & WithIndex(IndexT &&value)
const FileInformation & GetIndex() const
void SetSource(SourceT &&value)
AWS_OMICS_API ReferenceFiles(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API ReferenceFiles()=default
void SetIndex(IndexT &&value)
Aws::Utils::Json::JsonValue JsonValue