7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/entityresolution/model/JobSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace EntityResolution
43 template<
typename JobsT = Aws::Vector<JobSummary>>
44 void SetJobs(JobsT&& value) { m_jobsHasBeenSet =
true; m_jobs = std::forward<JobsT>(value); }
45 template<
typename JobsT = Aws::Vector<JobSummary>>
47 template<
typename JobsT = JobSummary>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_jobsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
void SetJobs(JobsT &&value)
AWS_ENTITYRESOLUTION_API ListMatchingJobsResult()=default
ListMatchingJobsResult & AddJobs(JobsT &&value)
AWS_ENTITYRESOLUTION_API ListMatchingJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
ListMatchingJobsResult & WithJobs(JobsT &&value)
const Aws::Vector< JobSummary > & GetJobs() const
ListMatchingJobsResult & WithRequestId(RequestIdT &&value)
ListMatchingJobsResult & WithNextToken(NextTokenT &&value)
AWS_ENTITYRESOLUTION_API ListMatchingJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue