7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/EntityResolutionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/entityresolution/model/SchemaInputAttribute.h>
17namespace EntityResolution
46 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
77 inline void SetSchemaName(
const char* value) { m_schemaNameHasBeenSet =
true; m_schemaName.assign(value); }
104 bool m_descriptionHasBeenSet =
false;
107 bool m_mappedInputFieldsHasBeenSet =
false;
110 bool m_schemaNameHasBeenSet =
false;
113 bool m_tagsHasBeenSet =
false;
bool SchemaNameHasBeenSet() const
CreateSchemaMappingRequest & WithMappedInputFields(Aws::Vector< SchemaInputAttribute > &&value)
CreateSchemaMappingRequest & WithSchemaName(const char *value)
CreateSchemaMappingRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetDescription(const Aws::String &value)
CreateSchemaMappingRequest & AddTags(const Aws::String &key, Aws::String &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetSchemaName(const Aws::String &value)
CreateSchemaMappingRequest & AddTags(const Aws::String &key, const Aws::String &value)
CreateSchemaMappingRequest & WithDescription(const char *value)
bool TagsHasBeenSet() const
void SetMappedInputFields(const Aws::Vector< SchemaInputAttribute > &value)
CreateSchemaMappingRequest & AddMappedInputFields(SchemaInputAttribute &&value)
const Aws::Vector< SchemaInputAttribute > & GetMappedInputFields() const
CreateSchemaMappingRequest & AddTags(Aws::String &&key, const char *value)
CreateSchemaMappingRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateSchemaMappingRequest & WithMappedInputFields(const Aws::Vector< SchemaInputAttribute > &value)
CreateSchemaMappingRequest & AddTags(const char *key, const char *value)
CreateSchemaMappingRequest & WithSchemaName(const Aws::String &value)
CreateSchemaMappingRequest & AddMappedInputFields(const SchemaInputAttribute &value)
bool MappedInputFieldsHasBeenSet() const
CreateSchemaMappingRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateSchemaMappingRequest & WithDescription(Aws::String &&value)
const Aws::String & GetSchemaName() const
CreateSchemaMappingRequest & WithDescription(const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateSchemaMappingRequest & AddTags(Aws::String &&key, Aws::String &&value)
void SetSchemaName(const char *value)
const Aws::String & GetDescription() const
void SetDescription(Aws::String &&value)
AWS_ENTITYRESOLUTION_API CreateSchemaMappingRequest()
void SetDescription(const char *value)
void SetMappedInputFields(Aws::Vector< SchemaInputAttribute > &&value)
CreateSchemaMappingRequest & WithSchemaName(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateSchemaMappingRequest & AddTags(const char *key, Aws::String &&value)
void SetSchemaName(Aws::String &&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