AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ReferenceFiles.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 ReferenceFiles() = default;
37 AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const FileInformation& GetSource() const { return m_source; }
45 inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; }
46 template<typename SourceT = FileInformation>
47 void SetSource(SourceT&& value) { m_sourceHasBeenSet = true; m_source = std::forward<SourceT>(value); }
48 template<typename SourceT = FileInformation>
49 ReferenceFiles& WithSource(SourceT&& value) { SetSource(std::forward<SourceT>(value)); return *this;}
51
53
56 inline const FileInformation& GetIndex() const { return m_index; }
57 inline bool IndexHasBeenSet() const { return m_indexHasBeenSet; }
58 template<typename IndexT = FileInformation>
59 void SetIndex(IndexT&& value) { m_indexHasBeenSet = true; m_index = std::forward<IndexT>(value); }
60 template<typename IndexT = FileInformation>
61 ReferenceFiles& WithIndex(IndexT&& value) { SetIndex(std::forward<IndexT>(value)); return *this;}
63 private:
64
65 FileInformation m_source;
66 bool m_sourceHasBeenSet = false;
67
68 FileInformation m_index;
69 bool m_indexHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace Omics
74} // namespace Aws
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
ReferenceFiles & WithSource(SourceT &&value)
const FileInformation & GetSource() const
AWS_OMICS_API ReferenceFiles & operator=(Aws::Utils::Json::JsonView jsonValue)
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
Aws::Utils::Json::JsonValue JsonValue