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>
57 template<
typename WorkflowArnT = Aws::String>
58 void SetWorkflowArn(WorkflowArnT&& value) { m_workflowArnHasBeenSet =
true; m_workflowArn = std::forward<WorkflowArnT>(value); }
59 template<
typename WorkflowArnT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
81 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
82 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
84 template<
typename InputSourceConfigT = InputSource>
95 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
96 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
97 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
99 template<
typename OutputSourceConfigT = OutputSource>
109 template<
typename ResolutionTechniquesT = ResolutionTechniques>
110 void SetResolutionTechniques(ResolutionTechniquesT&& value) { m_resolutionTechniquesHasBeenSet =
true; m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value); }
111 template<
typename ResolutionTechniquesT = ResolutionTechniques>
121 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
122 void SetIncrementalRunConfig(IncrementalRunConfigT&& value) { m_incrementalRunConfigHasBeenSet =
true; m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value); }
123 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
133 template<
typename RoleArnT = Aws::String>
134 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
135 template<
typename RoleArnT = Aws::String>
142 template<
typename RequestIdT = Aws::String>
143 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
144 template<
typename RequestIdT = Aws::String>
150 bool m_workflowNameHasBeenSet =
false;
153 bool m_workflowArnHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
159 bool m_inputSourceConfigHasBeenSet =
false;
162 bool m_outputSourceConfigHasBeenSet =
false;
165 bool m_resolutionTechniquesHasBeenSet =
false;
168 bool m_incrementalRunConfigHasBeenSet =
false;
171 bool m_roleArnHasBeenSet =
false;
174 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)
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