AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SequenceInformation.h
1
6#pragma once
7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 SequenceInformation();
37 AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline long long GetTotalReadCount() const{ return m_totalReadCount; }
45 inline bool TotalReadCountHasBeenSet() const { return m_totalReadCountHasBeenSet; }
46 inline void SetTotalReadCount(long long value) { m_totalReadCountHasBeenSet = true; m_totalReadCount = value; }
47 inline SequenceInformation& WithTotalReadCount(long long value) { SetTotalReadCount(value); return *this;}
49
51
54 inline long long GetTotalBaseCount() const{ return m_totalBaseCount; }
55 inline bool TotalBaseCountHasBeenSet() const { return m_totalBaseCountHasBeenSet; }
56 inline void SetTotalBaseCount(long long value) { m_totalBaseCountHasBeenSet = true; m_totalBaseCount = value; }
57 inline SequenceInformation& WithTotalBaseCount(long long value) { SetTotalBaseCount(value); return *this;}
59
61
64 inline const Aws::String& GetGeneratedFrom() const{ return m_generatedFrom; }
65 inline bool GeneratedFromHasBeenSet() const { return m_generatedFromHasBeenSet; }
66 inline void SetGeneratedFrom(const Aws::String& value) { m_generatedFromHasBeenSet = true; m_generatedFrom = value; }
67 inline void SetGeneratedFrom(Aws::String&& value) { m_generatedFromHasBeenSet = true; m_generatedFrom = std::move(value); }
68 inline void SetGeneratedFrom(const char* value) { m_generatedFromHasBeenSet = true; m_generatedFrom.assign(value); }
69 inline SequenceInformation& WithGeneratedFrom(const Aws::String& value) { SetGeneratedFrom(value); return *this;}
70 inline SequenceInformation& WithGeneratedFrom(Aws::String&& value) { SetGeneratedFrom(std::move(value)); return *this;}
71 inline SequenceInformation& WithGeneratedFrom(const char* value) { SetGeneratedFrom(value); return *this;}
73
75
78 inline const Aws::String& GetAlignment() const{ return m_alignment; }
79 inline bool AlignmentHasBeenSet() const { return m_alignmentHasBeenSet; }
80 inline void SetAlignment(const Aws::String& value) { m_alignmentHasBeenSet = true; m_alignment = value; }
81 inline void SetAlignment(Aws::String&& value) { m_alignmentHasBeenSet = true; m_alignment = std::move(value); }
82 inline void SetAlignment(const char* value) { m_alignmentHasBeenSet = true; m_alignment.assign(value); }
83 inline SequenceInformation& WithAlignment(const Aws::String& value) { SetAlignment(value); return *this;}
84 inline SequenceInformation& WithAlignment(Aws::String&& value) { SetAlignment(std::move(value)); return *this;}
85 inline SequenceInformation& WithAlignment(const char* value) { SetAlignment(value); return *this;}
87 private:
88
89 long long m_totalReadCount;
90 bool m_totalReadCountHasBeenSet = false;
91
92 long long m_totalBaseCount;
93 bool m_totalBaseCountHasBeenSet = false;
94
95 Aws::String m_generatedFrom;
96 bool m_generatedFromHasBeenSet = false;
97
98 Aws::String m_alignment;
99 bool m_alignmentHasBeenSet = false;
100 };
101
102} // namespace Model
103} // namespace Omics
104} // namespace Aws
SequenceInformation & WithAlignment(const char *value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
SequenceInformation & WithAlignment(const Aws::String &value)
SequenceInformation & WithGeneratedFrom(const Aws::String &value)
SequenceInformation & WithGeneratedFrom(Aws::String &&value)
void SetAlignment(const Aws::String &value)
void SetGeneratedFrom(const Aws::String &value)
SequenceInformation & WithGeneratedFrom(const char *value)
SequenceInformation & WithTotalReadCount(long long value)
SequenceInformation & WithTotalBaseCount(long long value)
AWS_OMICS_API SequenceInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAlignment() const
AWS_OMICS_API SequenceInformation(Aws::Utils::Json::JsonView jsonValue)
SequenceInformation & WithAlignment(Aws::String &&value)
const Aws::String & GetGeneratedFrom() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue