7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/entityresolution/EntityResolution_EXPORTS.h>
12#include <aws/entityresolution/model/IncrementalRunConfig.h>
13#include <aws/entityresolution/model/InputSource.h>
14#include <aws/entityresolution/model/OutputSource.h>
15#include <aws/entityresolution/model/ResolutionTechniques.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace EntityResolution {
41 template <
typename WorkflowNameT = Aws::String>
43 m_workflowNameHasBeenSet =
true;
44 m_workflowName = std::forward<WorkflowNameT>(value);
46 template <
typename WorkflowNameT = Aws::String>
59 template <
typename WorkflowArnT = Aws::String>
61 m_workflowArnHasBeenSet =
true;
62 m_workflowArn = std::forward<WorkflowArnT>(value);
64 template <
typename WorkflowArnT = Aws::String>
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
94 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
96 m_inputSourceConfigHasBeenSet =
true;
97 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
99 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
104 template <
typename InputSourceConfigT = InputSource>
106 m_inputSourceConfigHasBeenSet =
true;
107 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
119 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
121 m_outputSourceConfigHasBeenSet =
true;
122 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
124 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
129 template <
typename OutputSourceConfigT = OutputSource>
131 m_outputSourceConfigHasBeenSet =
true;
132 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
143 template <
typename ResolutionTechniquesT = ResolutionTechniques>
145 m_resolutionTechniquesHasBeenSet =
true;
146 m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value);
148 template <
typename ResolutionTechniquesT = ResolutionTechniques>
160 template <
typename CreatedAtT = Aws::Utils::DateTime>
162 m_createdAtHasBeenSet =
true;
163 m_createdAt = std::forward<CreatedAtT>(value);
165 template <
typename CreatedAtT = Aws::Utils::DateTime>
177 template <
typename UpdatedAtT = Aws::Utils::DateTime>
179 m_updatedAtHasBeenSet =
true;
180 m_updatedAt = std::forward<UpdatedAtT>(value);
182 template <
typename UpdatedAtT = Aws::Utils::DateTime>
195 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
197 m_incrementalRunConfigHasBeenSet =
true;
198 m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value);
200 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
213 template <
typename RoleArnT = Aws::String>
215 m_roleArnHasBeenSet =
true;
216 m_roleArn = std::forward<RoleArnT>(value);
218 template <
typename RoleArnT = Aws::String>
230 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
232 m_tagsHasBeenSet =
true;
233 m_tags = std::forward<TagsT>(value);
235 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
237 SetTags(std::forward<TagsT>(value));
240 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
242 m_tagsHasBeenSet =
true;
243 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
251 template <
typename RequestIdT = Aws::String>
253 m_requestIdHasBeenSet =
true;
254 m_requestId = std::forward<RequestIdT>(value);
256 template <
typename RequestIdT = Aws::String>
279 IncrementalRunConfig m_incrementalRunConfig;
286 bool m_workflowNameHasBeenSet =
false;
287 bool m_workflowArnHasBeenSet =
false;
288 bool m_descriptionHasBeenSet =
false;
289 bool m_inputSourceConfigHasBeenSet =
false;
290 bool m_outputSourceConfigHasBeenSet =
false;
291 bool m_resolutionTechniquesHasBeenSet =
false;
292 bool m_createdAtHasBeenSet =
false;
293 bool m_updatedAtHasBeenSet =
false;
294 bool m_incrementalRunConfigHasBeenSet =
false;
295 bool m_roleArnHasBeenSet =
false;
296 bool m_tagsHasBeenSet =
false;
297 bool m_requestIdHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedAt() const
GetMatchingWorkflowResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetMatchingWorkflowResult & WithRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetOutputSourceConfig(OutputSourceConfigT &&value)
GetMatchingWorkflowResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
void SetWorkflowName(WorkflowNameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetWorkflowName() const
void SetDescription(DescriptionT &&value)
void SetWorkflowArn(WorkflowArnT &&value)
const ResolutionTechniques & GetResolutionTechniques() const
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
const IncrementalRunConfig & GetIncrementalRunConfig() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetMatchingWorkflowResult & WithWorkflowName(WorkflowNameT &&value)
const Aws::String & GetRoleArn() const
const Aws::String & GetDescription() const
GetMatchingWorkflowResult & WithIncrementalRunConfig(IncrementalRunConfigT &&value)
GetMatchingWorkflowResult & WithUpdatedAt(UpdatedAtT &&value)
GetMatchingWorkflowResult & WithResolutionTechniques(ResolutionTechniquesT &&value)
GetMatchingWorkflowResult & AddInputSourceConfig(InputSourceConfigT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetMatchingWorkflowResult & WithInputSourceConfig(InputSourceConfigT &&value)
const Aws::Vector< InputSource > & GetInputSourceConfig() const
GetMatchingWorkflowResult & WithWorkflowArn(WorkflowArnT &&value)
GetMatchingWorkflowResult & WithDescription(DescriptionT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetInputSourceConfig(InputSourceConfigT &&value)
const Aws::String & GetWorkflowArn() const
GetMatchingWorkflowResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
GetMatchingWorkflowResult & WithTags(TagsT &&value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
void SetResolutionTechniques(ResolutionTechniquesT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetMatchingWorkflowResult & WithRoleArn(RoleArnT &&value)
GetMatchingWorkflowResult & WithCreatedAt(CreatedAtT &&value)
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult()=default
void SetIncrementalRunConfig(IncrementalRunConfigT &&value)
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