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; }
66 template<
typename GeneratedFromT = Aws::String>
67 void SetGeneratedFrom(GeneratedFromT&& value) { m_generatedFromHasBeenSet =
true; m_generatedFrom = std::forward<GeneratedFromT>(value); }
68 template<
typename GeneratedFromT = Aws::String>
78 template<
typename AlignmentT = Aws::String>
79 void SetAlignment(AlignmentT&& value) { m_alignmentHasBeenSet =
true; m_alignment = std::forward<AlignmentT>(value); }
80 template<
typename AlignmentT = Aws::String>
85 long long m_totalReadCount{0};
86 bool m_totalReadCountHasBeenSet =
false;
88 long long m_totalBaseCount{0};
89 bool m_totalBaseCountHasBeenSet =
false;
92 bool m_generatedFromHasBeenSet =
false;
95 bool m_alignmentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue