7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/AnnotationType.h>
12#include <aws/omics/model/FormatToHeaderKey.h>
13#include <aws/omics/model/SchemaValueType.h>
46 m_annotationTypeHasBeenSet =
true;
47 m_annotationType = value;
61 template <
typename FormatToHeaderT = Aws::Map<FormatToHeaderKey, Aws::String>>
63 m_formatToHeaderHasBeenSet =
true;
64 m_formatToHeader = std::forward<FormatToHeaderT>(value);
66 template <
typename FormatToHeaderT = Aws::Map<FormatToHeaderKey, Aws::String>>
72 m_formatToHeaderHasBeenSet =
true;
73 m_formatToHeader.emplace(key, value);
84 template <
typename SchemaT = Aws::Vector<Aws::Map<Aws::String, SchemaValueType>>>
86 m_schemaHasBeenSet =
true;
87 m_schema = std::forward<SchemaT>(value);
89 template <
typename SchemaT = Aws::Vector<Aws::Map<Aws::String, SchemaValueType>>>
94 template <
typename SchemaT = Aws::Map<Aws::String, SchemaValueType>>
96 m_schemaHasBeenSet =
true;
97 m_schema.emplace_back(std::forward<SchemaT>(value));
107 bool m_annotationTypeHasBeenSet =
false;
108 bool m_formatToHeaderHasBeenSet =
false;
109 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