7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/model/ResolutionTechniques.h>
11#include <aws/entityresolution/model/IncrementalRunConfig.h>
12#include <aws/entityresolution/model/InputSource.h>
13#include <aws/entityresolution/model/OutputSource.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace EntityResolution
45 template<
typename WorkflowNameT = Aws::String>
46 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
47 template<
typename WorkflowNameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
69 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
70 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
72 template<
typename InputSourceConfigT = InputSource>
83 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
84 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
85 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
87 template<
typename OutputSourceConfigT = OutputSource>
97 template<
typename ResolutionTechniquesT = ResolutionTechniques>
98 void SetResolutionTechniques(ResolutionTechniquesT&& value) { m_resolutionTechniquesHasBeenSet =
true; m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value); }
99 template<
typename ResolutionTechniquesT = ResolutionTechniques>
109 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
110 void SetIncrementalRunConfig(IncrementalRunConfigT&& value) { m_incrementalRunConfigHasBeenSet =
true; m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value); }
111 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
121 template<
typename RoleArnT = Aws::String>
122 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
123 template<
typename RoleArnT = Aws::String>
130 template<
typename RequestIdT = Aws::String>
131 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
132 template<
typename RequestIdT = Aws::String>
138 bool m_workflowNameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
144 bool m_inputSourceConfigHasBeenSet =
false;
147 bool m_outputSourceConfigHasBeenSet =
false;
150 bool m_resolutionTechniquesHasBeenSet =
false;
153 bool m_incrementalRunConfigHasBeenSet =
false;
156 bool m_roleArnHasBeenSet =
false;
159 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