7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/EntityResolutionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace EntityResolution
47 template<
typename WorkflowNameT = Aws::String>
48 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
49 template<
typename WorkflowNameT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 bool m_workflowNameHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
ListMatchingJobsRequest & WithWorkflowName(WorkflowNameT &&value)
bool WorkflowNameHasBeenSet() const
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
int GetMaxResults() const
ListMatchingJobsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
ListMatchingJobsRequest & WithNextToken(NextTokenT &&value)
AWS_ENTITYRESOLUTION_API ListMatchingJobsRequest()=default
AWS_ENTITYRESOLUTION_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
const Aws::String & GetWorkflowName() const
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
void SetWorkflowName(WorkflowNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String