7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolutionRequest.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
14namespace EntityResolution {
37 template <
typename WorkflowNameT = Aws::String>
39 m_workflowNameHasBeenSet =
true;
40 m_workflowName = std::forward<WorkflowNameT>(value);
42 template <
typename WorkflowNameT = Aws::String>
50 bool m_workflowNameHasBeenSet =
false;
StartMatchingJobRequest & WithWorkflowName(WorkflowNameT &&value)
void SetWorkflowName(WorkflowNameT &&value)
AWS_ENTITYRESOLUTION_API StartMatchingJobRequest()=default
const Aws::String & GetWorkflowName() const
bool WorkflowNameHasBeenSet() const
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String