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 WorkflowNameT = Aws::String>
42 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
43 template<
typename WorkflowNameT = Aws::String>
53 template<
typename JobIdT = Aws::String>
54 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
55 template<
typename JobIdT = Aws::String>
61 bool m_workflowNameHasBeenSet =
false;
64 bool m_jobIdHasBeenSet =
false;
const Aws::String & GetWorkflowName() const
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
void SetJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
AWS_ENTITYRESOLUTION_API GetMatchingJobRequest()=default
bool WorkflowNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetWorkflowName(WorkflowNameT &&value)
GetMatchingJobRequest & WithWorkflowName(WorkflowNameT &&value)
GetMatchingJobRequest & WithJobId(JobIdT &&value)
const Aws::String & GetJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String