7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/EntityResolutionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace EntityResolution
41 template<
typename SchemaNameT = Aws::String>
42 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
43 template<
typename SchemaNameT = Aws::String>
49 bool m_schemaNameHasBeenSet =
false;
void SetSchemaName(SchemaNameT &&value)
const Aws::String & GetSchemaName() const
DeleteSchemaMappingRequest & WithSchemaName(SchemaNameT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_ENTITYRESOLUTION_API DeleteSchemaMappingRequest()=default
bool SchemaNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String