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>
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
75 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
77 m_inputSourceConfigHasBeenSet =
true;
78 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
80 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
85 template <
typename InputSourceConfigT = InputSource>
87 m_inputSourceConfigHasBeenSet =
true;
88 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
100 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
102 m_outputSourceConfigHasBeenSet =
true;
103 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
105 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
110 template <
typename OutputSourceConfigT = OutputSource>
112 m_outputSourceConfigHasBeenSet =
true;
113 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
124 template <
typename ResolutionTechniquesT = ResolutionTechniques>
126 m_resolutionTechniquesHasBeenSet =
true;
127 m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value);
129 template <
typename ResolutionTechniquesT = ResolutionTechniques>
142 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
144 m_incrementalRunConfigHasBeenSet =
true;
145 m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value);
147 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
160 template <
typename RoleArnT = Aws::String>
162 m_roleArnHasBeenSet =
true;
163 m_roleArn = std::forward<RoleArnT>(value);
165 template <
typename RoleArnT = Aws::String>
175 template <
typename RequestIdT = Aws::String>
177 m_requestIdHasBeenSet =
true;
178 m_requestId = std::forward<RequestIdT>(value);
180 template <
typename RequestIdT = Aws::String>
205 bool m_workflowNameHasBeenSet =
false;
206 bool m_descriptionHasBeenSet =
false;
207 bool m_inputSourceConfigHasBeenSet =
false;
208 bool m_outputSourceConfigHasBeenSet =
false;
209 bool m_resolutionTechniquesHasBeenSet =
false;
210 bool m_incrementalRunConfigHasBeenSet =
false;
211 bool m_roleArnHasBeenSet =
false;
212 bool m_requestIdHasBeenSet =
false;
void SetInputSourceConfig(InputSourceConfigT &&value)
const ResolutionTechniques & GetResolutionTechniques() const
AWS_ENTITYRESOLUTION_API UpdateMatchingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIncrementalRunConfig(IncrementalRunConfigT &&value)
void SetWorkflowName(WorkflowNameT &&value)
AWS_ENTITYRESOLUTION_API UpdateMatchingWorkflowResult()=default
const Aws::String & GetRequestId() const
UpdateMatchingWorkflowResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
UpdateMatchingWorkflowResult & WithResolutionTechniques(ResolutionTechniquesT &&value)
UpdateMatchingWorkflowResult & WithRoleArn(RoleArnT &&value)
const Aws::Vector< InputSource > & GetInputSourceConfig() const
UpdateMatchingWorkflowResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetWorkflowName() const
UpdateMatchingWorkflowResult & WithWorkflowName(WorkflowNameT &&value)
UpdateMatchingWorkflowResult & WithIncrementalRunConfig(IncrementalRunConfigT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ENTITYRESOLUTION_API UpdateMatchingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMatchingWorkflowResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
UpdateMatchingWorkflowResult & WithDescription(DescriptionT &&value)
void SetResolutionTechniques(ResolutionTechniquesT &&value)
void SetDescription(DescriptionT &&value)
void SetOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::String & GetRoleArn() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetDescription() const
UpdateMatchingWorkflowResult & AddInputSourceConfig(InputSourceConfigT &&value)
void SetRequestId(RequestIdT &&value)
const IncrementalRunConfig & GetIncrementalRunConfig() const
UpdateMatchingWorkflowResult & WithInputSourceConfig(InputSourceConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue