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/ProcessingType.h>
12#include <aws/entityresolution/model/Record.h>
17namespace EntityResolution
44 template<
typename WorkflowNameT = Aws::String>
45 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
46 template<
typename WorkflowNameT = Aws::String>
56 template<
typename RecordsT = Aws::Vector<Record>>
57 void SetRecords(RecordsT&& value) { m_recordsHasBeenSet =
true; m_records = std::forward<RecordsT>(value); }
58 template<
typename RecordsT = Aws::Vector<Record>>
60 template<
typename RecordsT = Record>
89 bool m_workflowNameHasBeenSet =
false;
92 bool m_recordsHasBeenSet =
false;
95 bool m_processingTypeHasBeenSet =
false;
void SetProcessingType(ProcessingType value)
ProcessingType GetProcessingType() const
virtual const char * GetServiceRequestName() const override
GenerateMatchIdRequest & AddRecords(RecordsT &&value)
void SetWorkflowName(WorkflowNameT &&value)
const Aws::Vector< Record > & GetRecords() const
void SetRecords(RecordsT &&value)
GenerateMatchIdRequest & WithWorkflowName(WorkflowNameT &&value)
GenerateMatchIdRequest & WithRecords(RecordsT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
AWS_ENTITYRESOLUTION_API GenerateMatchIdRequest()=default
GenerateMatchIdRequest & WithProcessingType(ProcessingType value)
bool ProcessingTypeHasBeenSet() const
bool WorkflowNameHasBeenSet() const
bool RecordsHasBeenSet() const
const Aws::String & GetWorkflowName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector