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/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/entityresolution/model/IdMappingWorkflowInputSource.h>
14#include <aws/entityresolution/model/IdMappingWorkflowOutputSource.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace EntityResolution
46 template<
typename WorkflowNameT = Aws::String>
47 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
48 template<
typename WorkflowNameT = Aws::String>
58 template<
typename WorkflowArnT = Aws::String>
59 void SetWorkflowArn(WorkflowArnT&& value) { m_workflowArnHasBeenSet =
true; m_workflowArn = std::forward<WorkflowArnT>(value); }
60 template<
typename WorkflowArnT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
81 template<
typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
82 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
83 template<
typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
85 template<
typename InputSourceConfigT = IdMappingWorkflowInputSource>
95 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
96 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
97 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
99 template<
typename OutputSourceConfigT = IdMappingWorkflowOutputSource>
109 template<
typename IdMappingTechniquesT = IdMappingTechniques>
110 void SetIdMappingTechniques(IdMappingTechniquesT&& value) { m_idMappingTechniquesHasBeenSet =
true; m_idMappingTechniques = std::forward<IdMappingTechniquesT>(value); }
111 template<
typename IdMappingTechniquesT = IdMappingTechniques>
120 template<
typename CreatedAtT = Aws::Utils::DateTime>
121 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
122 template<
typename CreatedAtT = Aws::Utils::DateTime>
131 template<
typename UpdatedAtT = Aws::Utils::DateTime>
132 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
133 template<
typename UpdatedAtT = Aws::Utils::DateTime>
143 template<
typename RoleArnT = Aws::String>
144 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
145 template<
typename RoleArnT = Aws::String>
154 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
156 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
158 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
160 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
167 template<
typename RequestIdT = Aws::String>
168 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
169 template<
typename RequestIdT = Aws::String>
175 bool m_workflowNameHasBeenSet =
false;
178 bool m_workflowArnHasBeenSet =
false;
181 bool m_descriptionHasBeenSet =
false;
184 bool m_inputSourceConfigHasBeenSet =
false;
187 bool m_outputSourceConfigHasBeenSet =
false;
190 bool m_idMappingTechniquesHasBeenSet =
false;
193 bool m_createdAtHasBeenSet =
false;
196 bool m_updatedAtHasBeenSet =
false;
199 bool m_roleArnHasBeenSet =
false;
202 bool m_tagsHasBeenSet =
false;
205 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetWorkflowArn(WorkflowArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetWorkflowName(WorkflowNameT &&value)
const Aws::String & GetWorkflowName() const
GetIdMappingWorkflowResult & WithIdMappingTechniques(IdMappingTechniquesT &&value)
void SetOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::String & GetRequestId() const
void SetTags(TagsT &&value)
AWS_ENTITYRESOLUTION_API GetIdMappingWorkflowResult()=default
GetIdMappingWorkflowResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
GetIdMappingWorkflowResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDescription() const
GetIdMappingWorkflowResult & WithUpdatedAt(UpdatedAtT &&value)
GetIdMappingWorkflowResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
GetIdMappingWorkflowResult & AddInputSourceConfig(InputSourceConfigT &&value)
void SetDescription(DescriptionT &&value)
GetIdMappingWorkflowResult & WithRoleArn(RoleArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
const IdMappingTechniques & GetIdMappingTechniques() const
GetIdMappingWorkflowResult & WithRequestId(RequestIdT &&value)
void SetIdMappingTechniques(IdMappingTechniquesT &&value)
GetIdMappingWorkflowResult & WithDescription(DescriptionT &&value)
AWS_ENTITYRESOLUTION_API GetIdMappingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdMappingWorkflowResult & WithTags(TagsT &&value)
GetIdMappingWorkflowResult & WithWorkflowArn(WorkflowArnT &&value)
GetIdMappingWorkflowResult & WithWorkflowName(WorkflowNameT &&value)
const Aws::Vector< IdMappingWorkflowInputSource > & GetInputSourceConfig() const
GetIdMappingWorkflowResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetWorkflowArn() const
AWS_ENTITYRESOLUTION_API GetIdMappingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetRoleArn() const
void SetInputSourceConfig(InputSourceConfigT &&value)
GetIdMappingWorkflowResult & WithInputSourceConfig(InputSourceConfigT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::Vector< IdMappingWorkflowOutputSource > & GetOutputSourceConfig() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue