AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetSource(const FileInformation& value) { m_sourceHasBeenSet = true; m_source = value; }
47 inline void SetSource(FileInformation&& value) { m_sourceHasBeenSet = true; m_source = std::move(value); }
48 inline ReferenceFiles& WithSource(const FileInformation& value) { SetSource(value); return *this;}
49 inline ReferenceFiles& WithSource(FileInformation&& value) { SetSource(std::move(value)); return *this;}
51
53
56 inline const FileInformation& GetIndex() const{ return m_index; }
57 inline bool IndexHasBeenSet() const { return m_indexHasBeenSet; }
58 inline void SetIndex(const FileInformation& value) { m_indexHasBeenSet = true; m_index = value; }
59 inline void SetIndex(FileInformation&& value) { m_indexHasBeenSet = true; m_index = std::move(value); }
60 inline ReferenceFiles& WithIndex(const FileInformation& value) { SetIndex(value); return *this;}
61 inline ReferenceFiles& WithIndex(FileInformation&& value) { SetIndex(std::move(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
void SetSource(FileInformation &&value)
ReferenceFiles & WithSource(FileInformation &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIndex(const FileInformation &value)
void SetIndex(FileInformation &&value)
ReferenceFiles & WithSource(const FileInformation &value)
const FileInformation & GetSource() const
AWS_OMICS_API ReferenceFiles & operator=(Aws::Utils::Json::JsonView jsonValue)
const FileInformation & GetIndex() const
AWS_OMICS_API ReferenceFiles(Aws::Utils::Json::JsonView jsonValue)
ReferenceFiles & WithIndex(FileInformation &&value)
void SetSource(const FileInformation &value)
ReferenceFiles & WithIndex(const FileInformation &value)
Aws::Utils::Json::JsonValue JsonValue