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>
57 template <
typename WorkflowArnT = Aws::String>
59 m_workflowArnHasBeenSet =
true;
60 m_workflowArn = std::forward<WorkflowArnT>(value);
62 template <
typename WorkflowArnT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
92 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
94 m_inputSourceConfigHasBeenSet =
true;
95 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
97 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
102 template <
typename InputSourceConfigT = InputSource>
104 m_inputSourceConfigHasBeenSet =
true;
105 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
117 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
119 m_outputSourceConfigHasBeenSet =
true;
120 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
122 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
127 template <
typename OutputSourceConfigT = OutputSource>
129 m_outputSourceConfigHasBeenSet =
true;
130 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
141 template <
typename ResolutionTechniquesT = ResolutionTechniques>
143 m_resolutionTechniquesHasBeenSet =
true;
144 m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value);
146 template <
typename ResolutionTechniquesT = ResolutionTechniques>
159 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
161 m_incrementalRunConfigHasBeenSet =
true;
162 m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value);
164 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
177 template <
typename RoleArnT = Aws::String>
179 m_roleArnHasBeenSet =
true;
180 m_roleArn = std::forward<RoleArnT>(value);
182 template <
typename RoleArnT = Aws::String>
192 template <
typename RequestIdT = Aws::String>
194 m_requestIdHasBeenSet =
true;
195 m_requestId = std::forward<RequestIdT>(value);
197 template <
typename RequestIdT = Aws::String>
221 bool m_workflowNameHasBeenSet =
false;
222 bool m_workflowArnHasBeenSet =
false;
223 bool m_descriptionHasBeenSet =
false;
224 bool m_inputSourceConfigHasBeenSet =
false;
225 bool m_outputSourceConfigHasBeenSet =
false;
226 bool m_resolutionTechniquesHasBeenSet =
false;
227 bool m_incrementalRunConfigHasBeenSet =
false;
228 bool m_roleArnHasBeenSet =
false;
229 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