7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/IncrementalRunConfig.h>
11#include <aws/entityresolution/model/InputSource.h>
12#include <aws/entityresolution/model/OutputSource.h>
13#include <aws/entityresolution/model/ResolutionTechniques.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace EntityResolution {
39 template <
typename WorkflowNameT = Aws::String>
41 m_workflowNameHasBeenSet =
true;
42 m_workflowName = std::forward<WorkflowNameT>(value);
44 template <
typename WorkflowNameT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
74 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
76 m_inputSourceConfigHasBeenSet =
true;
77 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
79 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
84 template <
typename InputSourceConfigT = InputSource>
86 m_inputSourceConfigHasBeenSet =
true;
87 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
99 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
101 m_outputSourceConfigHasBeenSet =
true;
102 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
104 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
109 template <
typename OutputSourceConfigT = OutputSource>
111 m_outputSourceConfigHasBeenSet =
true;
112 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
123 template <
typename ResolutionTechniquesT = ResolutionTechniques>
125 m_resolutionTechniquesHasBeenSet =
true;
126 m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value);
128 template <
typename ResolutionTechniquesT = ResolutionTechniques>
141 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
143 m_incrementalRunConfigHasBeenSet =
true;
144 m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value);
146 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
159 template <
typename RoleArnT = Aws::String>
161 m_roleArnHasBeenSet =
true;
162 m_roleArn = std::forward<RoleArnT>(value);
164 template <
typename RoleArnT = Aws::String>
174 template <
typename RequestIdT = Aws::String>
176 m_requestIdHasBeenSet =
true;
177 m_requestId = std::forward<RequestIdT>(value);
179 template <
typename RequestIdT = Aws::String>
201 bool m_workflowNameHasBeenSet =
false;
202 bool m_descriptionHasBeenSet =
false;
203 bool m_inputSourceConfigHasBeenSet =
false;
204 bool m_outputSourceConfigHasBeenSet =
false;
205 bool m_resolutionTechniquesHasBeenSet =
false;
206 bool m_incrementalRunConfigHasBeenSet =
false;
207 bool m_roleArnHasBeenSet =
false;
208 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_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