AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetSource1(const FileInformation& value) { m_source1HasBeenSet = true; m_source1 = value; }
47 inline void SetSource1(FileInformation&& value) { m_source1HasBeenSet = true; m_source1 = std::move(value); }
48 inline ReadSetFiles& WithSource1(const FileInformation& value) { SetSource1(value); return *this;}
49 inline ReadSetFiles& WithSource1(FileInformation&& value) { SetSource1(std::move(value)); return *this;}
51
53
56 inline const FileInformation& GetSource2() const{ return m_source2; }
57 inline bool Source2HasBeenSet() const { return m_source2HasBeenSet; }
58 inline void SetSource2(const FileInformation& value) { m_source2HasBeenSet = true; m_source2 = value; }
59 inline void SetSource2(FileInformation&& value) { m_source2HasBeenSet = true; m_source2 = std::move(value); }
60 inline ReadSetFiles& WithSource2(const FileInformation& value) { SetSource2(value); return *this;}
61 inline ReadSetFiles& WithSource2(FileInformation&& value) { SetSource2(std::move(value)); return *this;}
63
65
68 inline const FileInformation& GetIndex() const{ return m_index; }
69 inline bool IndexHasBeenSet() const { return m_indexHasBeenSet; }
70 inline void SetIndex(const FileInformation& value) { m_indexHasBeenSet = true; m_index = value; }
71 inline void SetIndex(FileInformation&& value) { m_indexHasBeenSet = true; m_index = std::move(value); }
72 inline ReadSetFiles& WithIndex(const FileInformation& value) { SetIndex(value); return *this;}
73 inline ReadSetFiles& WithIndex(FileInformation&& value) { SetIndex(std::move(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
void SetSource1(FileInformation &&value)
void SetIndex(FileInformation &&value)
ReadSetFiles & WithSource2(FileInformation &&value)
ReadSetFiles & WithIndex(FileInformation &&value)
void SetSource2(FileInformation &&value)
void SetIndex(const FileInformation &value)
void SetSource2(const FileInformation &value)
AWS_OMICS_API ReadSetFiles(Aws::Utils::Json::JsonView jsonValue)
const FileInformation & GetSource1() const
AWS_OMICS_API ReadSetFiles & operator=(Aws::Utils::Json::JsonView jsonValue)
ReadSetFiles & WithSource1(const FileInformation &value)
ReadSetFiles & WithIndex(const FileInformation &value)
const FileInformation & GetIndex() const
ReadSetFiles & WithSource2(const FileInformation &value)
void SetSource1(const FileInformation &value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
const FileInformation & GetSource2() const
ReadSetFiles & WithSource1(FileInformation &&value)
Aws::Utils::Json::JsonValue JsonValue