/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace EntityResolution { namespace Model { class GetMatchingWorkflowResult { public: AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult(); AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult(const Aws::AmazonWebServiceResult& result); AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The timestamp of when the workflow was created.

*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *

The timestamp of when the workflow was created.

*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAt = value; } /** *

The timestamp of when the workflow was created.

*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAt = std::move(value); } /** *

The timestamp of when the workflow was created.

*/ inline GetMatchingWorkflowResult& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *

The timestamp of when the workflow was created.

*/ inline GetMatchingWorkflowResult& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *

A description of the workflow.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

A description of the workflow.

*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** *

A description of the workflow.

*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** *

A description of the workflow.

*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *

A description of the workflow.

*/ inline GetMatchingWorkflowResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

A description of the workflow.

*/ inline GetMatchingWorkflowResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

A description of the workflow.

*/ inline GetMatchingWorkflowResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

An object which defines an incremental run type and has only * incrementalRunType as a field.

*/ inline const IncrementalRunConfig& GetIncrementalRunConfig() const{ return m_incrementalRunConfig; } /** *

An object which defines an incremental run type and has only * incrementalRunType as a field.

*/ inline void SetIncrementalRunConfig(const IncrementalRunConfig& value) { m_incrementalRunConfig = value; } /** *

An object which defines an incremental run type and has only * incrementalRunType as a field.

*/ inline void SetIncrementalRunConfig(IncrementalRunConfig&& value) { m_incrementalRunConfig = std::move(value); } /** *

An object which defines an incremental run type and has only * incrementalRunType as a field.

*/ inline GetMatchingWorkflowResult& WithIncrementalRunConfig(const IncrementalRunConfig& value) { SetIncrementalRunConfig(value); return *this;} /** *

An object which defines an incremental run type and has only * incrementalRunType as a field.

*/ inline GetMatchingWorkflowResult& WithIncrementalRunConfig(IncrementalRunConfig&& value) { SetIncrementalRunConfig(std::move(value)); return *this;} /** *

A list of InputSource objects, which have the fields * InputSourceARN and SchemaName.

*/ inline const Aws::Vector& GetInputSourceConfig() const{ return m_inputSourceConfig; } /** *

A list of InputSource objects, which have the fields * InputSourceARN and SchemaName.

*/ inline void SetInputSourceConfig(const Aws::Vector& value) { m_inputSourceConfig = value; } /** *

A list of InputSource objects, which have the fields * InputSourceARN and SchemaName.

*/ inline void SetInputSourceConfig(Aws::Vector&& value) { m_inputSourceConfig = std::move(value); } /** *

A list of InputSource objects, which have the fields * InputSourceARN and SchemaName.

*/ inline GetMatchingWorkflowResult& WithInputSourceConfig(const Aws::Vector& value) { SetInputSourceConfig(value); return *this;} /** *

A list of InputSource objects, which have the fields * InputSourceARN and SchemaName.

*/ inline GetMatchingWorkflowResult& WithInputSourceConfig(Aws::Vector&& value) { SetInputSourceConfig(std::move(value)); return *this;} /** *

A list of InputSource objects, which have the fields * InputSourceARN and SchemaName.

*/ inline GetMatchingWorkflowResult& AddInputSourceConfig(const InputSource& value) { m_inputSourceConfig.push_back(value); return *this; } /** *

A list of InputSource objects, which have the fields * InputSourceARN and SchemaName.

*/ inline GetMatchingWorkflowResult& AddInputSourceConfig(InputSource&& value) { m_inputSourceConfig.push_back(std::move(value)); return *this; } /** *

A list of OutputSource objects, each of which contains fields * OutputS3Path, ApplyNormalization, and * Output.

*/ inline const Aws::Vector& GetOutputSourceConfig() const{ return m_outputSourceConfig; } /** *

A list of OutputSource objects, each of which contains fields * OutputS3Path, ApplyNormalization, and * Output.

*/ inline void SetOutputSourceConfig(const Aws::Vector& value) { m_outputSourceConfig = value; } /** *

A list of OutputSource objects, each of which contains fields * OutputS3Path, ApplyNormalization, and * Output.

*/ inline void SetOutputSourceConfig(Aws::Vector&& value) { m_outputSourceConfig = std::move(value); } /** *

A list of OutputSource objects, each of which contains fields * OutputS3Path, ApplyNormalization, and * Output.

*/ inline GetMatchingWorkflowResult& WithOutputSourceConfig(const Aws::Vector& value) { SetOutputSourceConfig(value); return *this;} /** *

A list of OutputSource objects, each of which contains fields * OutputS3Path, ApplyNormalization, and * Output.

*/ inline GetMatchingWorkflowResult& WithOutputSourceConfig(Aws::Vector&& value) { SetOutputSourceConfig(std::move(value)); return *this;} /** *

A list of OutputSource objects, each of which contains fields * OutputS3Path, ApplyNormalization, and * Output.

*/ inline GetMatchingWorkflowResult& AddOutputSourceConfig(const OutputSource& value) { m_outputSourceConfig.push_back(value); return *this; } /** *

A list of OutputSource objects, each of which contains fields * OutputS3Path, ApplyNormalization, and * Output.

*/ inline GetMatchingWorkflowResult& AddOutputSourceConfig(OutputSource&& value) { m_outputSourceConfig.push_back(std::move(value)); return *this; } /** *

An object which defines the resolutionType and the * ruleBasedProperties

*/ inline const ResolutionTechniques& GetResolutionTechniques() const{ return m_resolutionTechniques; } /** *

An object which defines the resolutionType and the * ruleBasedProperties

*/ inline void SetResolutionTechniques(const ResolutionTechniques& value) { m_resolutionTechniques = value; } /** *

An object which defines the resolutionType and the * ruleBasedProperties

*/ inline void SetResolutionTechniques(ResolutionTechniques&& value) { m_resolutionTechniques = std::move(value); } /** *

An object which defines the resolutionType and the * ruleBasedProperties

*/ inline GetMatchingWorkflowResult& WithResolutionTechniques(const ResolutionTechniques& value) { SetResolutionTechniques(value); return *this;} /** *

An object which defines the resolutionType and the * ruleBasedProperties

*/ inline GetMatchingWorkflowResult& WithResolutionTechniques(ResolutionTechniques&& value) { SetResolutionTechniques(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes * this role to access resources on your behalf.

*/ inline const Aws::String& GetRoleArn() const{ return m_roleArn; } /** *

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes * this role to access resources on your behalf.

*/ inline void SetRoleArn(const Aws::String& value) { m_roleArn = value; } /** *

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes * this role to access resources on your behalf.

*/ inline void SetRoleArn(Aws::String&& value) { m_roleArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes * this role to access resources on your behalf.

*/ inline void SetRoleArn(const char* value) { m_roleArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes * this role to access resources on your behalf.

*/ inline GetMatchingWorkflowResult& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes * this role to access resources on your behalf.

*/ inline GetMatchingWorkflowResult& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes * this role to access resources on your behalf.

*/ inline GetMatchingWorkflowResult& WithRoleArn(const char* value) { SetRoleArn(value); return *this;} /** *

The tags used to organize, track, or control access for this resource.

*/ inline const Aws::Map& GetTags() const{ return m_tags; } /** *

The tags used to organize, track, or control access for this resource.

*/ inline void SetTags(const Aws::Map& value) { m_tags = value; } /** *

The tags used to organize, track, or control access for this resource.

*/ inline void SetTags(Aws::Map&& value) { m_tags = std::move(value); } /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& WithTags(const Aws::Map& value) { SetTags(value); return *this;} /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& WithTags(Aws::Map&& value) { SetTags(std::move(value)); return *this;} /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; } /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; } /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; } /** *

The tags used to organize, track, or control access for this resource.

*/ inline GetMatchingWorkflowResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; } /** *

The timestamp of when the workflow was last updated.

*/ inline const Aws::Utils::DateTime& GetUpdatedAt() const{ return m_updatedAt; } /** *

The timestamp of when the workflow was last updated.

*/ inline void SetUpdatedAt(const Aws::Utils::DateTime& value) { m_updatedAt = value; } /** *

The timestamp of when the workflow was last updated.

*/ inline void SetUpdatedAt(Aws::Utils::DateTime&& value) { m_updatedAt = std::move(value); } /** *

The timestamp of when the workflow was last updated.

*/ inline GetMatchingWorkflowResult& WithUpdatedAt(const Aws::Utils::DateTime& value) { SetUpdatedAt(value); return *this;} /** *

The timestamp of when the workflow was last updated.

*/ inline GetMatchingWorkflowResult& WithUpdatedAt(Aws::Utils::DateTime&& value) { SetUpdatedAt(std::move(value)); return *this;} /** *

The ARN (Amazon Resource Name) that Entity Resolution generated for the * MatchingWorkflow.

*/ inline const Aws::String& GetWorkflowArn() const{ return m_workflowArn; } /** *

The ARN (Amazon Resource Name) that Entity Resolution generated for the * MatchingWorkflow.

*/ inline void SetWorkflowArn(const Aws::String& value) { m_workflowArn = value; } /** *

The ARN (Amazon Resource Name) that Entity Resolution generated for the * MatchingWorkflow.

*/ inline void SetWorkflowArn(Aws::String&& value) { m_workflowArn = std::move(value); } /** *

The ARN (Amazon Resource Name) that Entity Resolution generated for the * MatchingWorkflow.

*/ inline void SetWorkflowArn(const char* value) { m_workflowArn.assign(value); } /** *

The ARN (Amazon Resource Name) that Entity Resolution generated for the * MatchingWorkflow.

*/ inline GetMatchingWorkflowResult& WithWorkflowArn(const Aws::String& value) { SetWorkflowArn(value); return *this;} /** *

The ARN (Amazon Resource Name) that Entity Resolution generated for the * MatchingWorkflow.

*/ inline GetMatchingWorkflowResult& WithWorkflowArn(Aws::String&& value) { SetWorkflowArn(std::move(value)); return *this;} /** *

The ARN (Amazon Resource Name) that Entity Resolution generated for the * MatchingWorkflow.

*/ inline GetMatchingWorkflowResult& WithWorkflowArn(const char* value) { SetWorkflowArn(value); return *this;} /** *

The name of the workflow.

*/ inline const Aws::String& GetWorkflowName() const{ return m_workflowName; } /** *

The name of the workflow.

*/ inline void SetWorkflowName(const Aws::String& value) { m_workflowName = value; } /** *

The name of the workflow.

*/ inline void SetWorkflowName(Aws::String&& value) { m_workflowName = std::move(value); } /** *

The name of the workflow.

*/ inline void SetWorkflowName(const char* value) { m_workflowName.assign(value); } /** *

The name of the workflow.

*/ inline GetMatchingWorkflowResult& WithWorkflowName(const Aws::String& value) { SetWorkflowName(value); return *this;} /** *

The name of the workflow.

*/ inline GetMatchingWorkflowResult& WithWorkflowName(Aws::String&& value) { SetWorkflowName(std::move(value)); return *this;} /** *

The name of the workflow.

*/ inline GetMatchingWorkflowResult& WithWorkflowName(const char* value) { SetWorkflowName(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline GetMatchingWorkflowResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetMatchingWorkflowResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetMatchingWorkflowResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Utils::DateTime m_createdAt; Aws::String m_description; IncrementalRunConfig m_incrementalRunConfig; Aws::Vector m_inputSourceConfig; Aws::Vector m_outputSourceConfig; ResolutionTechniques m_resolutionTechniques; Aws::String m_roleArn; Aws::Map m_tags; Aws::Utils::DateTime m_updatedAt; Aws::String m_workflowArn; Aws::String m_workflowName; Aws::String m_requestId; }; } // namespace Model } // namespace EntityResolution } // namespace Aws