7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolutionRequest.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/ProcessingType.h>
12#include <aws/entityresolution/model/Record.h>
17namespace EntityResolution {
40 template <
typename WorkflowNameT = Aws::String>
42 m_workflowNameHasBeenSet =
true;
43 m_workflowName = std::forward<WorkflowNameT>(value);
45 template <
typename WorkflowNameT = Aws::String>
58 template <
typename RecordsT = Aws::Vector<Record>>
60 m_recordsHasBeenSet =
true;
61 m_records = std::forward<RecordsT>(value);
63 template <
typename RecordsT = Aws::Vector<Record>>
68 template <
typename RecordsT = Record>
70 m_recordsHasBeenSet =
true;
71 m_records.emplace_back(std::forward<RecordsT>(value));
96 m_processingTypeHasBeenSet =
true;
97 m_processingType = value;
110 bool m_workflowNameHasBeenSet =
false;
111 bool m_recordsHasBeenSet =
false;
112 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