7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/entityresolution/EntityResolution_EXPORTS.h>
13#include <aws/entityresolution/model/IncrementalRunConfig.h>
14#include <aws/entityresolution/model/InputSource.h>
15#include <aws/entityresolution/model/OutputSource.h>
16#include <aws/entityresolution/model/ResolutionTechniques.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace EntityResolution {
42 template <
typename WorkflowNameT = Aws::String>
44 m_workflowNameHasBeenSet =
true;
45 m_workflowName = std::forward<WorkflowNameT>(value);
47 template <
typename WorkflowNameT = Aws::String>
60 template <
typename WorkflowArnT = Aws::String>
62 m_workflowArnHasBeenSet =
true;
63 m_workflowArn = std::forward<WorkflowArnT>(value);
65 template <
typename WorkflowArnT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
97 m_inputSourceConfigHasBeenSet =
true;
98 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
100 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
105 template <
typename InputSourceConfigT = InputSource>
107 m_inputSourceConfigHasBeenSet =
true;
108 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
120 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
122 m_outputSourceConfigHasBeenSet =
true;
123 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
125 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
130 template <
typename OutputSourceConfigT = OutputSource>
132 m_outputSourceConfigHasBeenSet =
true;
133 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
144 template <
typename ResolutionTechniquesT = ResolutionTechniques>
146 m_resolutionTechniquesHasBeenSet =
true;
147 m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value);
149 template <
typename ResolutionTechniquesT = ResolutionTechniques>
161 template <
typename CreatedAtT = Aws::Utils::DateTime>
163 m_createdAtHasBeenSet =
true;
164 m_createdAt = std::forward<CreatedAtT>(value);
166 template <
typename CreatedAtT = Aws::Utils::DateTime>
178 template <
typename UpdatedAtT = Aws::Utils::DateTime>
180 m_updatedAtHasBeenSet =
true;
181 m_updatedAt = std::forward<UpdatedAtT>(value);
183 template <
typename UpdatedAtT = Aws::Utils::DateTime>
196 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
198 m_incrementalRunConfigHasBeenSet =
true;
199 m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value);
201 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
214 template <
typename RoleArnT = Aws::String>
216 m_roleArnHasBeenSet =
true;
217 m_roleArn = std::forward<RoleArnT>(value);
219 template <
typename RoleArnT = Aws::String>
231 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
233 m_tagsHasBeenSet =
true;
234 m_tags = std::forward<TagsT>(value);
236 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
238 SetTags(std::forward<TagsT>(value));
241 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
243 m_tagsHasBeenSet =
true;
244 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
252 template <
typename RequestIdT = Aws::String>
254 m_requestIdHasBeenSet =
true;
255 m_requestId = std::forward<RequestIdT>(value);
257 template <
typename RequestIdT = Aws::String>
282 IncrementalRunConfig m_incrementalRunConfig;
290 bool m_workflowNameHasBeenSet =
false;
291 bool m_workflowArnHasBeenSet =
false;
292 bool m_descriptionHasBeenSet =
false;
293 bool m_inputSourceConfigHasBeenSet =
false;
294 bool m_outputSourceConfigHasBeenSet =
false;
295 bool m_resolutionTechniquesHasBeenSet =
false;
296 bool m_createdAtHasBeenSet =
false;
297 bool m_updatedAtHasBeenSet =
false;
298 bool m_incrementalRunConfigHasBeenSet =
false;
299 bool m_roleArnHasBeenSet =
false;
300 bool m_tagsHasBeenSet =
false;
301 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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