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/IdMappingTechniques.h>
11#include <aws/entityresolution/model/IdMappingWorkflowInputSource.h>
12#include <aws/entityresolution/model/IdMappingWorkflowOutputSource.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace EntityResolution
44 template<
typename WorkflowNameT = Aws::String>
45 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
46 template<
typename WorkflowNameT = Aws::String>
56 template<
typename WorkflowArnT = Aws::String>
57 void SetWorkflowArn(WorkflowArnT&& value) { m_workflowArnHasBeenSet =
true; m_workflowArn = std::forward<WorkflowArnT>(value); }
58 template<
typename WorkflowArnT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
79 template<
typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
80 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
81 template<
typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
83 template<
typename InputSourceConfigT = IdMappingWorkflowInputSource>
93 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
94 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
95 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
97 template<
typename OutputSourceConfigT = IdMappingWorkflowOutputSource>
107 template<
typename IdMappingTechniquesT = IdMappingTechniques>
108 void SetIdMappingTechniques(IdMappingTechniquesT&& value) { m_idMappingTechniquesHasBeenSet =
true; m_idMappingTechniques = std::forward<IdMappingTechniquesT>(value); }
109 template<
typename IdMappingTechniquesT = IdMappingTechniques>
119 template<
typename RoleArnT = Aws::String>
120 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
121 template<
typename RoleArnT = Aws::String>
128 template<
typename RequestIdT = Aws::String>
129 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
130 template<
typename RequestIdT = Aws::String>
136 bool m_workflowNameHasBeenSet =
false;
139 bool m_workflowArnHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
145 bool m_inputSourceConfigHasBeenSet =
false;
148 bool m_outputSourceConfigHasBeenSet =
false;
151 bool m_idMappingTechniquesHasBeenSet =
false;
154 bool m_roleArnHasBeenSet =
false;
157 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetWorkflowArn() const
AWS_ENTITYRESOLUTION_API CreateIdMappingWorkflowResult()=default
void SetWorkflowArn(WorkflowArnT &&value)
const Aws::Vector< IdMappingWorkflowOutputSource > & GetOutputSourceConfig() const
void SetRoleArn(RoleArnT &&value)
CreateIdMappingWorkflowResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
const IdMappingTechniques & GetIdMappingTechniques() const
const Aws::String & GetWorkflowName() const
CreateIdMappingWorkflowResult & WithDescription(DescriptionT &&value)
CreateIdMappingWorkflowResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
void SetInputSourceConfig(InputSourceConfigT &&value)
CreateIdMappingWorkflowResult & WithWorkflowArn(WorkflowArnT &&value)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
AWS_ENTITYRESOLUTION_API CreateIdMappingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWorkflowName(WorkflowNameT &&value)
void SetDescription(DescriptionT &&value)
CreateIdMappingWorkflowResult & WithRequestId(RequestIdT &&value)
CreateIdMappingWorkflowResult & WithWorkflowName(WorkflowNameT &&value)
const Aws::Vector< IdMappingWorkflowInputSource > & GetInputSourceConfig() const
CreateIdMappingWorkflowResult & AddInputSourceConfig(InputSourceConfigT &&value)
const Aws::String & GetRequestId() const
CreateIdMappingWorkflowResult & WithInputSourceConfig(InputSourceConfigT &&value)
CreateIdMappingWorkflowResult & WithRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
void SetOutputSourceConfig(OutputSourceConfigT &&value)
CreateIdMappingWorkflowResult & WithIdMappingTechniques(IdMappingTechniquesT &&value)
void SetIdMappingTechniques(IdMappingTechniquesT &&value)
AWS_ENTITYRESOLUTION_API CreateIdMappingWorkflowResult & operator=(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