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
45 template<
typename SchemaNameT = Aws::String>
46 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
47 template<
typename SchemaNameT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
71 template<
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
72 void SetMappedInputFields(MappedInputFieldsT&& value) { m_mappedInputFieldsHasBeenSet =
true; m_mappedInputFields = std::forward<MappedInputFieldsT>(value); }
73 template<
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
75 template<
typename MappedInputFieldsT = SchemaInputAttribute>
85 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
87 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
91 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
97 bool m_schemaNameHasBeenSet =
false;
100 bool m_descriptionHasBeenSet =
false;
103 bool m_mappedInputFieldsHasBeenSet =
false;
106 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
void SetSchemaName(SchemaNameT &&value)
bool SchemaNameHasBeenSet() const
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
CreateSchemaMappingRequest & AddMappedInputFields(MappedInputFieldsT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
CreateSchemaMappingRequest & WithDescription(DescriptionT &&value)
void SetMappedInputFields(MappedInputFieldsT &&value)
const Aws::Vector< SchemaInputAttribute > & GetMappedInputFields() const
bool MappedInputFieldsHasBeenSet() const
CreateSchemaMappingRequest & WithSchemaName(SchemaNameT &&value)
const Aws::String & GetSchemaName() const
CreateSchemaMappingRequest & WithMappedInputFields(MappedInputFieldsT &&value)
const Aws::String & GetDescription() const
CreateSchemaMappingRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateSchemaMappingRequest & WithTags(TagsT &&value)
AWS_ENTITYRESOLUTION_API CreateSchemaMappingRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
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