7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/Compatibility.h>
12#include <aws/glue/model/DataFormat.h>
13#include <aws/glue/model/RegistryId.h>
46 template <
typename RegistryIdT = RegistryId>
48 m_registryIdHasBeenSet =
true;
49 m_registryId = std::forward<RegistryIdT>(value);
51 template <
typename RegistryIdT = RegistryId>
66 template <
typename SchemaNameT = Aws::String>
68 m_schemaNameHasBeenSet =
true;
69 m_schemaName = std::forward<SchemaNameT>(value);
71 template <
typename SchemaNameT = Aws::String>
86 m_dataFormatHasBeenSet =
true;
132 m_compatibilityHasBeenSet =
true;
133 m_compatibility = value;
148 template <
typename DescriptionT = Aws::String>
150 m_descriptionHasBeenSet =
true;
151 m_description = std::forward<DescriptionT>(value);
153 template <
typename DescriptionT = Aws::String>
168 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
170 m_tagsHasBeenSet =
true;
171 m_tags = std::forward<TagsT>(value);
173 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
175 SetTags(std::forward<TagsT>(value));
178 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
180 m_tagsHasBeenSet =
true;
181 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
193 template <
typename SchemaDefinitionT = Aws::String>
195 m_schemaDefinitionHasBeenSet =
true;
196 m_schemaDefinition = std::forward<SchemaDefinitionT>(value);
198 template <
typename SchemaDefinitionT = Aws::String>
206 bool m_registryIdHasBeenSet =
false;
209 bool m_schemaNameHasBeenSet =
false;
212 bool m_dataFormatHasBeenSet =
false;
215 bool m_compatibilityHasBeenSet =
false;
218 bool m_descriptionHasBeenSet =
false;
221 bool m_tagsHasBeenSet =
false;
224 bool m_schemaDefinitionHasBeenSet =
false;
CreateSchemaRequest & WithSchemaName(SchemaNameT &&value)
bool DescriptionHasBeenSet() const
CreateSchemaRequest & WithRegistryId(RegistryIdT &&value)
CreateSchemaRequest & WithCompatibility(Compatibility value)
CreateSchemaRequest & WithTags(TagsT &&value)
void SetSchemaDefinition(SchemaDefinitionT &&value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
CreateSchemaRequest & WithDescription(DescriptionT &&value)
void SetDataFormat(DataFormat value)
bool SchemaNameHasBeenSet() const
CreateSchemaRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SchemaDefinitionHasBeenSet() const
bool DataFormatHasBeenSet() const
const Aws::String & GetSchemaDefinition() const
DataFormat GetDataFormat() const
const Aws::String & GetSchemaName() const
void SetRegistryId(RegistryIdT &&value)
void SetSchemaName(SchemaNameT &&value)
const Aws::String & GetDescription() const
Compatibility GetCompatibility() const
const RegistryId & GetRegistryId() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool CompatibilityHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
CreateSchemaRequest & WithDataFormat(DataFormat value)
CreateSchemaRequest & WithSchemaDefinition(SchemaDefinitionT &&value)
void SetCompatibility(Compatibility value)
AWS_GLUE_API CreateSchemaRequest()=default
bool RegistryIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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