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/entityresolution/model/SchemaInputAttribute.h>
16namespace EntityResolution
44 template<
typename SchemaNameT = Aws::String>
45 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
46 template<
typename SchemaNameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
70 template<
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
71 void SetMappedInputFields(MappedInputFieldsT&& value) { m_mappedInputFieldsHasBeenSet =
true; m_mappedInputFields = std::forward<MappedInputFieldsT>(value); }
72 template<
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
74 template<
typename MappedInputFieldsT = SchemaInputAttribute>
80 bool m_schemaNameHasBeenSet =
false;
83 bool m_descriptionHasBeenSet =
false;
86 bool m_mappedInputFieldsHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
bool SchemaNameHasBeenSet() const
AWS_ENTITYRESOLUTION_API UpdateSchemaMappingRequest()=default
const Aws::Vector< SchemaInputAttribute > & GetMappedInputFields() const
bool DescriptionHasBeenSet() const
UpdateSchemaMappingRequest & WithDescription(DescriptionT &&value)
void SetSchemaName(SchemaNameT &&value)
virtual const char * GetServiceRequestName() const override
UpdateSchemaMappingRequest & WithMappedInputFields(MappedInputFieldsT &&value)
UpdateSchemaMappingRequest & AddMappedInputFields(MappedInputFieldsT &&value)
bool MappedInputFieldsHasBeenSet() const
UpdateSchemaMappingRequest & WithSchemaName(SchemaNameT &&value)
void SetMappedInputFields(MappedInputFieldsT &&value)
const Aws::String & GetSchemaName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector