7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/RegistryId.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/glue/model/DataFormat.h>
12#include <aws/glue/model/Compatibility.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
66 inline void SetSchemaName(
const char* value) { m_schemaNameHasBeenSet =
true; m_schemaName.assign(value); }
136 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
160 inline CreateSchemaRequest&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
172 inline void SetSchemaDefinition(
const char* value) { m_schemaDefinitionHasBeenSet =
true; m_schemaDefinition.assign(value); }
180 bool m_registryIdHasBeenSet =
false;
183 bool m_schemaNameHasBeenSet =
false;
186 bool m_dataFormatHasBeenSet =
false;
189 bool m_compatibilityHasBeenSet =
false;
192 bool m_descriptionHasBeenSet =
false;
195 bool m_tagsHasBeenSet =
false;
198 bool m_schemaDefinitionHasBeenSet =
false;
CreateSchemaRequest & WithDescription(Aws::String &&value)
bool DescriptionHasBeenSet() const
CreateSchemaRequest & WithDataFormat(const DataFormat &value)
void SetDataFormat(const DataFormat &value)
CreateSchemaRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetCompatibility(Compatibility &&value)
void SetRegistryId(const RegistryId &value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
void SetSchemaDefinition(const Aws::String &value)
CreateSchemaRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateSchemaRequest & WithSchemaDefinition(const char *value)
CreateSchemaRequest & AddTags(const char *key, const char *value)
const DataFormat & GetDataFormat() const
CreateSchemaRequest & WithRegistryId(RegistryId &&value)
bool SchemaNameHasBeenSet() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetSchemaName(const char *value)
CreateSchemaRequest & AddTags(const Aws::String &key, Aws::String &&value)
CreateSchemaRequest & WithSchemaName(const Aws::String &value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SchemaDefinitionHasBeenSet() const
CreateSchemaRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateSchemaRequest & AddTags(Aws::String &&key, Aws::String &&value)
CreateSchemaRequest & WithDataFormat(DataFormat &&value)
bool DataFormatHasBeenSet() const
const Aws::String & GetSchemaDefinition() const
const Aws::String & GetSchemaName() const
CreateSchemaRequest & WithSchemaDefinition(Aws::String &&value)
CreateSchemaRequest & AddTags(const Aws::String &key, const Aws::String &value)
CreateSchemaRequest & WithSchemaDefinition(const Aws::String &value)
CreateSchemaRequest & WithRegistryId(const RegistryId &value)
void SetSchemaDefinition(const char *value)
void SetSchemaName(Aws::String &&value)
const Aws::String & GetDescription() const
void SetSchemaName(const Aws::String &value)
const RegistryId & GetRegistryId() const
void SetDescription(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateSchemaRequest & WithSchemaName(const char *value)
bool CompatibilityHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetDescription(const char *value)
void SetDataFormat(DataFormat &&value)
CreateSchemaRequest & WithSchemaName(Aws::String &&value)
CreateSchemaRequest & WithDescription(const char *value)
const Compatibility & GetCompatibility() const
AWS_GLUE_API CreateSchemaRequest()
CreateSchemaRequest & WithCompatibility(Compatibility &&value)
CreateSchemaRequest & AddTags(Aws::String &&key, const char *value)
CreateSchemaRequest & WithDescription(const Aws::String &value)
void SetDescription(const Aws::String &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetCompatibility(const Compatibility &value)
CreateSchemaRequest & AddTags(const char *key, Aws::String &&value)
bool RegistryIdHasBeenSet() const
void SetRegistryId(RegistryId &&value)
void SetSchemaDefinition(Aws::String &&value)
CreateSchemaRequest & WithCompatibility(const Compatibility &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