7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/IncrementalRunConfig.h>
12#include <aws/entityresolution/model/InputSource.h>
13#include <aws/entityresolution/model/OutputSource.h>
14#include <aws/entityresolution/model/ResolutionTechniques.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace 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 WorkflowArnT = Aws::String>
60 m_workflowArnHasBeenSet =
true;
61 m_workflowArn = std::forward<WorkflowArnT>(value);
63 template <
typename WorkflowArnT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
93 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
95 m_inputSourceConfigHasBeenSet =
true;
96 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
98 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
103 template <
typename InputSourceConfigT = InputSource>
105 m_inputSourceConfigHasBeenSet =
true;
106 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
118 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
120 m_outputSourceConfigHasBeenSet =
true;
121 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
123 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
128 template <
typename OutputSourceConfigT = OutputSource>
130 m_outputSourceConfigHasBeenSet =
true;
131 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
142 template <
typename ResolutionTechniquesT = ResolutionTechniques>
144 m_resolutionTechniquesHasBeenSet =
true;
145 m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value);
147 template <
typename ResolutionTechniquesT = ResolutionTechniques>
160 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
162 m_incrementalRunConfigHasBeenSet =
true;
163 m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value);
165 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
178 template <
typename RoleArnT = Aws::String>
180 m_roleArnHasBeenSet =
true;
181 m_roleArn = std::forward<RoleArnT>(value);
183 template <
typename RoleArnT = Aws::String>
193 template <
typename RequestIdT = Aws::String>
195 m_requestIdHasBeenSet =
true;
196 m_requestId = std::forward<RequestIdT>(value);
198 template <
typename RequestIdT = Aws::String>
225 bool m_workflowNameHasBeenSet =
false;
226 bool m_workflowArnHasBeenSet =
false;
227 bool m_descriptionHasBeenSet =
false;
228 bool m_inputSourceConfigHasBeenSet =
false;
229 bool m_outputSourceConfigHasBeenSet =
false;
230 bool m_resolutionTechniquesHasBeenSet =
false;
231 bool m_incrementalRunConfigHasBeenSet =
false;
232 bool m_roleArnHasBeenSet =
false;
233 bool m_requestIdHasBeenSet =
false;
void SetRoleArn(RoleArnT &&value)
CreateMatchingWorkflowResult & WithIncrementalRunConfig(IncrementalRunConfigT &&value)
void SetInputSourceConfig(InputSourceConfigT &&value)
const Aws::String & GetWorkflowName() const
CreateMatchingWorkflowResult & AddInputSourceConfig(InputSourceConfigT &&value)
const ResolutionTechniques & GetResolutionTechniques() const
CreateMatchingWorkflowResult & WithInputSourceConfig(InputSourceConfigT &&value)
CreateMatchingWorkflowResult & WithDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRoleArn() const
void SetOutputSourceConfig(OutputSourceConfigT &&value)
CreateMatchingWorkflowResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
CreateMatchingWorkflowResult & WithRequestId(RequestIdT &&value)
AWS_ENTITYRESOLUTION_API CreateMatchingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateMatchingWorkflowResult & WithRoleArn(RoleArnT &&value)
CreateMatchingWorkflowResult & WithWorkflowName(WorkflowNameT &&value)
const Aws::String & GetWorkflowArn() const
void SetResolutionTechniques(ResolutionTechniquesT &&value)
const IncrementalRunConfig & GetIncrementalRunConfig() const
const Aws::Vector< InputSource > & GetInputSourceConfig() const
void SetIncrementalRunConfig(IncrementalRunConfigT &&value)
void SetWorkflowArn(WorkflowArnT &&value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
AWS_ENTITYRESOLUTION_API CreateMatchingWorkflowResult()=default
void SetWorkflowName(WorkflowNameT &&value)
const Aws::String & GetDescription() const
CreateMatchingWorkflowResult & WithWorkflowArn(WorkflowArnT &&value)
CreateMatchingWorkflowResult & WithResolutionTechniques(ResolutionTechniquesT &&value)
CreateMatchingWorkflowResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
void SetDescription(DescriptionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_ENTITYRESOLUTION_API CreateMatchingWorkflowResult(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