7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/model/AnnotationType.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/omics/model/FormatToHeaderKey.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/omics/model/SchemaValueType.h>
61 template<
typename FormatToHeaderT = Aws::Map<FormatToHeaderKey, Aws::String>>
62 void SetFormatToHeader(FormatToHeaderT&& value) { m_formatToHeaderHasBeenSet =
true; m_formatToHeader = std::forward<FormatToHeaderT>(value); }
63 template<
typename FormatToHeaderT = Aws::Map<FormatToHeaderKey, Aws::String>>
66 m_formatToHeaderHasBeenSet =
true; m_formatToHeader.emplace(key, value);
return *
this;
76 template<
typename SchemaT = Aws::Vector<Aws::Map<Aws::String, SchemaValueType>>>
77 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
78 template<
typename SchemaT = Aws::Vector<Aws::Map<Aws::String, SchemaValueType>>>
80 template<
typename SchemaT = Aws::Map<Aws::String, SchemaValueType>>
81 TsvStoreOptions&
AddSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema.emplace_back(std::forward<SchemaT>(value));
return *
this; }
86 bool m_annotationTypeHasBeenSet =
false;
89 bool m_formatToHeaderHasBeenSet =
false;
92 bool m_schemaHasBeenSet =
false;
AWS_OMICS_API TsvStoreOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SchemaHasBeenSet() const
const Aws::Map< FormatToHeaderKey, Aws::String > & GetFormatToHeader() const
void SetFormatToHeader(FormatToHeaderT &&value)
const Aws::Vector< Aws::Map< Aws::String, SchemaValueType > > & GetSchema() const
void SetSchema(SchemaT &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool AnnotationTypeHasBeenSet() const
AnnotationType GetAnnotationType() const
TsvStoreOptions & WithFormatToHeader(FormatToHeaderT &&value)
TsvStoreOptions & WithAnnotationType(AnnotationType value)
TsvStoreOptions & WithSchema(SchemaT &&value)
TsvStoreOptions & AddSchema(SchemaT &&value)
AWS_OMICS_API TsvStoreOptions()=default
bool FormatToHeaderHasBeenSet() const
TsvStoreOptions & AddFormatToHeader(FormatToHeaderKey key, Aws::String value)
AWS_OMICS_API TsvStoreOptions(Aws::Utils::Json::JsonView jsonValue)
void SetAnnotationType(AnnotationType value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue