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>
91 bool m_annotationTypeHasBeenSet =
false;
94 bool m_formatToHeaderHasBeenSet =
false;
97 bool m_schemaHasBeenSet =
false;
AWS_OMICS_API TsvStoreOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SchemaHasBeenSet() const
TsvStoreOptions & WithFormatToHeader(Aws::Map< FormatToHeaderKey, Aws::String > &&value)
const Aws::Map< FormatToHeaderKey, Aws::String > & GetFormatToHeader() const
TsvStoreOptions & WithAnnotationType(AnnotationType &&value)
const Aws::Vector< Aws::Map< Aws::String, SchemaValueType > > & GetSchema() const
TsvStoreOptions & AddSchema(const Aws::Map< Aws::String, SchemaValueType > &value)
TsvStoreOptions & AddFormatToHeader(FormatToHeaderKey &&key, const char *value)
TsvStoreOptions & AddFormatToHeader(const FormatToHeaderKey &key, Aws::String &&value)
TsvStoreOptions & WithFormatToHeader(const Aws::Map< FormatToHeaderKey, Aws::String > &value)
TsvStoreOptions & AddSchema(Aws::Map< Aws::String, SchemaValueType > &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool AnnotationTypeHasBeenSet() const
TsvStoreOptions & WithSchema(Aws::Vector< Aws::Map< Aws::String, SchemaValueType > > &&value)
const AnnotationType & GetAnnotationType() const
TsvStoreOptions & AddFormatToHeader(FormatToHeaderKey &&key, Aws::String &&value)
TsvStoreOptions & AddFormatToHeader(const FormatToHeaderKey &key, const char *value)
AWS_OMICS_API TsvStoreOptions()
void SetSchema(const Aws::Vector< Aws::Map< Aws::String, SchemaValueType > > &value)
TsvStoreOptions & AddFormatToHeader(const FormatToHeaderKey &key, const Aws::String &value)
void SetAnnotationType(const AnnotationType &value)
TsvStoreOptions & WithAnnotationType(const AnnotationType &value)
void SetAnnotationType(AnnotationType &&value)
TsvStoreOptions & AddFormatToHeader(FormatToHeaderKey &&key, const Aws::String &value)
void SetFormatToHeader(Aws::Map< FormatToHeaderKey, Aws::String > &&value)
bool FormatToHeaderHasBeenSet() const
void SetFormatToHeader(const Aws::Map< FormatToHeaderKey, Aws::String > &value)
TsvStoreOptions & WithSchema(const Aws::Vector< Aws::Map< Aws::String, SchemaValueType > > &value)
void SetSchema(Aws::Vector< Aws::Map< Aws::String, SchemaValueType > > &&value)
AWS_OMICS_API TsvStoreOptions(Aws::Utils::Json::JsonView jsonValue)
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