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/core/utils/DateTime.h>
12#include <aws/entityresolution/model/IncrementalRunConfig.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/entityresolution/model/InputSource.h>
15#include <aws/entityresolution/model/OutputSource.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
30namespace EntityResolution
47 template<
typename WorkflowNameT = Aws::String>
48 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
49 template<
typename WorkflowNameT = Aws::String>
59 template<
typename WorkflowArnT = Aws::String>
60 void SetWorkflowArn(WorkflowArnT&& value) { m_workflowArnHasBeenSet =
true; m_workflowArn = std::forward<WorkflowArnT>(value); }
61 template<
typename WorkflowArnT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
82 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
83 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
84 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
86 template<
typename InputSourceConfigT = InputSource>
97 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
98 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
99 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
101 template<
typename OutputSourceConfigT = OutputSource>
111 template<
typename ResolutionTechniquesT = ResolutionTechniques>
112 void SetResolutionTechniques(ResolutionTechniquesT&& value) { m_resolutionTechniquesHasBeenSet =
true; m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value); }
113 template<
typename ResolutionTechniquesT = ResolutionTechniques>
122 template<
typename CreatedAtT = Aws::Utils::DateTime>
123 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
124 template<
typename CreatedAtT = Aws::Utils::DateTime>
133 template<
typename UpdatedAtT = Aws::Utils::DateTime>
134 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
135 template<
typename UpdatedAtT = Aws::Utils::DateTime>
145 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
146 void SetIncrementalRunConfig(IncrementalRunConfigT&& value) { m_incrementalRunConfigHasBeenSet =
true; m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value); }
147 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
157 template<
typename RoleArnT = Aws::String>
158 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
159 template<
typename RoleArnT = Aws::String>
168 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
169 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
170 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
174 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
181 template<
typename RequestIdT = Aws::String>
182 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
183 template<
typename RequestIdT = Aws::String>
189 bool m_workflowNameHasBeenSet =
false;
192 bool m_workflowArnHasBeenSet =
false;
195 bool m_descriptionHasBeenSet =
false;
198 bool m_inputSourceConfigHasBeenSet =
false;
201 bool m_outputSourceConfigHasBeenSet =
false;
204 bool m_resolutionTechniquesHasBeenSet =
false;
207 bool m_createdAtHasBeenSet =
false;
210 bool m_updatedAtHasBeenSet =
false;
212 IncrementalRunConfig m_incrementalRunConfig;
213 bool m_incrementalRunConfigHasBeenSet =
false;
216 bool m_roleArnHasBeenSet =
false;
219 bool m_tagsHasBeenSet =
false;
222 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