7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetTotalReadCount(
long long value) { m_totalReadCountHasBeenSet =
true; m_totalReadCount = value; }
56 inline void SetTotalBaseCount(
long long value) { m_totalBaseCountHasBeenSet =
true; m_totalBaseCount = value; }
68 inline void SetGeneratedFrom(
const char* value) { m_generatedFromHasBeenSet =
true; m_generatedFrom.assign(value); }
82 inline void SetAlignment(
const char* value) { m_alignmentHasBeenSet =
true; m_alignment.assign(value); }
89 long long m_totalReadCount;
90 bool m_totalReadCountHasBeenSet =
false;
92 long long m_totalBaseCount;
93 bool m_totalBaseCountHasBeenSet =
false;
96 bool m_generatedFromHasBeenSet =
false;
99 bool m_alignmentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue