7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/model/TsvOptions.h>
9#include <aws/omics/model/VcfOptions.h>
47 template<
typename TsvOptionsT = TsvOptions>
48 void SetTsvOptions(TsvOptionsT&& value) { m_tsvOptionsHasBeenSet =
true; m_tsvOptions = std::forward<TsvOptionsT>(value); }
49 template<
typename TsvOptionsT = TsvOptions>
59 template<
typename VcfOptionsT = VcfOptions>
60 void SetVcfOptions(VcfOptionsT&& value) { m_vcfOptionsHasBeenSet =
true; m_vcfOptions = std::forward<VcfOptionsT>(value); }
61 template<
typename VcfOptionsT = VcfOptions>
67 bool m_tsvOptionsHasBeenSet =
false;
70 bool m_vcfOptionsHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue