/** * 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 #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace Appflow { namespace Model { class DescribeFlowResult { public: AWS_APPFLOW_API DescribeFlowResult(); AWS_APPFLOW_API DescribeFlowResult(const Aws::AmazonWebServiceResult& result); AWS_APPFLOW_API DescribeFlowResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The flow's Amazon Resource Name (ARN).

*/ inline const Aws::String& GetFlowArn() const{ return m_flowArn; } /** *

The flow's Amazon Resource Name (ARN).

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

The flow's Amazon Resource Name (ARN).

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

The flow's Amazon Resource Name (ARN).

*/ inline void SetFlowArn(const char* value) { m_flowArn.assign(value); } /** *

The flow's Amazon Resource Name (ARN).

*/ inline DescribeFlowResult& WithFlowArn(const Aws::String& value) { SetFlowArn(value); return *this;} /** *

The flow's Amazon Resource Name (ARN).

*/ inline DescribeFlowResult& WithFlowArn(Aws::String&& value) { SetFlowArn(std::move(value)); return *this;} /** *

The flow's Amazon Resource Name (ARN).

*/ inline DescribeFlowResult& WithFlowArn(const char* value) { SetFlowArn(value); return *this;} /** *

A description of the flow.

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

A description of the flow.

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

A description of the flow.

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

A description of the flow.

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

A description of the flow.

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

A description of the flow.

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

A description of the flow.

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

The specified name of the flow. Spaces are not allowed. Use underscores (_) * or hyphens (-) only.

*/ inline const Aws::String& GetFlowName() const{ return m_flowName; } /** *

The specified name of the flow. Spaces are not allowed. Use underscores (_) * or hyphens (-) only.

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

The specified name of the flow. Spaces are not allowed. Use underscores (_) * or hyphens (-) only.

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

The specified name of the flow. Spaces are not allowed. Use underscores (_) * or hyphens (-) only.

*/ inline void SetFlowName(const char* value) { m_flowName.assign(value); } /** *

The specified name of the flow. Spaces are not allowed. Use underscores (_) * or hyphens (-) only.

*/ inline DescribeFlowResult& WithFlowName(const Aws::String& value) { SetFlowName(value); return *this;} /** *

The specified name of the flow. Spaces are not allowed. Use underscores (_) * or hyphens (-) only.

*/ inline DescribeFlowResult& WithFlowName(Aws::String&& value) { SetFlowName(std::move(value)); return *this;} /** *

The specified name of the flow. Spaces are not allowed. Use underscores (_) * or hyphens (-) only.

*/ inline DescribeFlowResult& WithFlowName(const char* value) { SetFlowName(value); return *this;} /** *

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you * provide for encryption. This is required if you do not want to use the Amazon * AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses * the Amazon AppFlow-managed KMS key.

*/ inline const Aws::String& GetKmsArn() const{ return m_kmsArn; } /** *

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you * provide for encryption. This is required if you do not want to use the Amazon * AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses * the Amazon AppFlow-managed KMS key.

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

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you * provide for encryption. This is required if you do not want to use the Amazon * AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses * the Amazon AppFlow-managed KMS key.

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

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you * provide for encryption. This is required if you do not want to use the Amazon * AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses * the Amazon AppFlow-managed KMS key.

*/ inline void SetKmsArn(const char* value) { m_kmsArn.assign(value); } /** *

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you * provide for encryption. This is required if you do not want to use the Amazon * AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses * the Amazon AppFlow-managed KMS key.

*/ inline DescribeFlowResult& WithKmsArn(const Aws::String& value) { SetKmsArn(value); return *this;} /** *

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you * provide for encryption. This is required if you do not want to use the Amazon * AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses * the Amazon AppFlow-managed KMS key.

*/ inline DescribeFlowResult& WithKmsArn(Aws::String&& value) { SetKmsArn(std::move(value)); return *this;} /** *

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you * provide for encryption. This is required if you do not want to use the Amazon * AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses * the Amazon AppFlow-managed KMS key.

*/ inline DescribeFlowResult& WithKmsArn(const char* value) { SetKmsArn(value); return *this;} /** *

Indicates the current status of the flow.

*/ inline const FlowStatus& GetFlowStatus() const{ return m_flowStatus; } /** *

Indicates the current status of the flow.

*/ inline void SetFlowStatus(const FlowStatus& value) { m_flowStatus = value; } /** *

Indicates the current status of the flow.

*/ inline void SetFlowStatus(FlowStatus&& value) { m_flowStatus = std::move(value); } /** *

Indicates the current status of the flow.

*/ inline DescribeFlowResult& WithFlowStatus(const FlowStatus& value) { SetFlowStatus(value); return *this;} /** *

Indicates the current status of the flow.

*/ inline DescribeFlowResult& WithFlowStatus(FlowStatus&& value) { SetFlowStatus(std::move(value)); return *this;} /** *

Contains an error message if the flow status is in a suspended or error * state. This applies only to scheduled or event-triggered flows.

*/ inline const Aws::String& GetFlowStatusMessage() const{ return m_flowStatusMessage; } /** *

Contains an error message if the flow status is in a suspended or error * state. This applies only to scheduled or event-triggered flows.

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

Contains an error message if the flow status is in a suspended or error * state. This applies only to scheduled or event-triggered flows.

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

Contains an error message if the flow status is in a suspended or error * state. This applies only to scheduled or event-triggered flows.

*/ inline void SetFlowStatusMessage(const char* value) { m_flowStatusMessage.assign(value); } /** *

Contains an error message if the flow status is in a suspended or error * state. This applies only to scheduled or event-triggered flows.

*/ inline DescribeFlowResult& WithFlowStatusMessage(const Aws::String& value) { SetFlowStatusMessage(value); return *this;} /** *

Contains an error message if the flow status is in a suspended or error * state. This applies only to scheduled or event-triggered flows.

*/ inline DescribeFlowResult& WithFlowStatusMessage(Aws::String&& value) { SetFlowStatusMessage(std::move(value)); return *this;} /** *

Contains an error message if the flow status is in a suspended or error * state. This applies only to scheduled or event-triggered flows.

*/ inline DescribeFlowResult& WithFlowStatusMessage(const char* value) { SetFlowStatusMessage(value); return *this;} /** *

The configuration that controls how Amazon AppFlow retrieves data from the * source connector.

*/ inline const SourceFlowConfig& GetSourceFlowConfig() const{ return m_sourceFlowConfig; } /** *

The configuration that controls how Amazon AppFlow retrieves data from the * source connector.

*/ inline void SetSourceFlowConfig(const SourceFlowConfig& value) { m_sourceFlowConfig = value; } /** *

The configuration that controls how Amazon AppFlow retrieves data from the * source connector.

*/ inline void SetSourceFlowConfig(SourceFlowConfig&& value) { m_sourceFlowConfig = std::move(value); } /** *

The configuration that controls how Amazon AppFlow retrieves data from the * source connector.

*/ inline DescribeFlowResult& WithSourceFlowConfig(const SourceFlowConfig& value) { SetSourceFlowConfig(value); return *this;} /** *

The configuration that controls how Amazon AppFlow retrieves data from the * source connector.

*/ inline DescribeFlowResult& WithSourceFlowConfig(SourceFlowConfig&& value) { SetSourceFlowConfig(std::move(value)); return *this;} /** *

The configuration that controls how Amazon AppFlow transfers data to the * destination connector.

*/ inline const Aws::Vector& GetDestinationFlowConfigList() const{ return m_destinationFlowConfigList; } /** *

The configuration that controls how Amazon AppFlow transfers data to the * destination connector.

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

The configuration that controls how Amazon AppFlow transfers data to the * destination connector.

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

The configuration that controls how Amazon AppFlow transfers data to the * destination connector.

*/ inline DescribeFlowResult& WithDestinationFlowConfigList(const Aws::Vector& value) { SetDestinationFlowConfigList(value); return *this;} /** *

The configuration that controls how Amazon AppFlow transfers data to the * destination connector.

*/ inline DescribeFlowResult& WithDestinationFlowConfigList(Aws::Vector&& value) { SetDestinationFlowConfigList(std::move(value)); return *this;} /** *

The configuration that controls how Amazon AppFlow transfers data to the * destination connector.

*/ inline DescribeFlowResult& AddDestinationFlowConfigList(const DestinationFlowConfig& value) { m_destinationFlowConfigList.push_back(value); return *this; } /** *

The configuration that controls how Amazon AppFlow transfers data to the * destination connector.

*/ inline DescribeFlowResult& AddDestinationFlowConfigList(DestinationFlowConfig&& value) { m_destinationFlowConfigList.push_back(std::move(value)); return *this; } /** *

Describes the details of the most recent flow run.

*/ inline const ExecutionDetails& GetLastRunExecutionDetails() const{ return m_lastRunExecutionDetails; } /** *

Describes the details of the most recent flow run.

*/ inline void SetLastRunExecutionDetails(const ExecutionDetails& value) { m_lastRunExecutionDetails = value; } /** *

Describes the details of the most recent flow run.

*/ inline void SetLastRunExecutionDetails(ExecutionDetails&& value) { m_lastRunExecutionDetails = std::move(value); } /** *

Describes the details of the most recent flow run.

*/ inline DescribeFlowResult& WithLastRunExecutionDetails(const ExecutionDetails& value) { SetLastRunExecutionDetails(value); return *this;} /** *

Describes the details of the most recent flow run.

*/ inline DescribeFlowResult& WithLastRunExecutionDetails(ExecutionDetails&& value) { SetLastRunExecutionDetails(std::move(value)); return *this;} /** *

The trigger settings that determine how and when the flow runs.

*/ inline const TriggerConfig& GetTriggerConfig() const{ return m_triggerConfig; } /** *

The trigger settings that determine how and when the flow runs.

*/ inline void SetTriggerConfig(const TriggerConfig& value) { m_triggerConfig = value; } /** *

The trigger settings that determine how and when the flow runs.

*/ inline void SetTriggerConfig(TriggerConfig&& value) { m_triggerConfig = std::move(value); } /** *

The trigger settings that determine how and when the flow runs.

*/ inline DescribeFlowResult& WithTriggerConfig(const TriggerConfig& value) { SetTriggerConfig(value); return *this;} /** *

The trigger settings that determine how and when the flow runs.

*/ inline DescribeFlowResult& WithTriggerConfig(TriggerConfig&& value) { SetTriggerConfig(std::move(value)); return *this;} /** *

A list of tasks that Amazon AppFlow performs while transferring the data in * the flow run.

*/ inline const Aws::Vector& GetTasks() const{ return m_tasks; } /** *

A list of tasks that Amazon AppFlow performs while transferring the data in * the flow run.

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

A list of tasks that Amazon AppFlow performs while transferring the data in * the flow run.

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

A list of tasks that Amazon AppFlow performs while transferring the data in * the flow run.

*/ inline DescribeFlowResult& WithTasks(const Aws::Vector& value) { SetTasks(value); return *this;} /** *

A list of tasks that Amazon AppFlow performs while transferring the data in * the flow run.

*/ inline DescribeFlowResult& WithTasks(Aws::Vector&& value) { SetTasks(std::move(value)); return *this;} /** *

A list of tasks that Amazon AppFlow performs while transferring the data in * the flow run.

*/ inline DescribeFlowResult& AddTasks(const Task& value) { m_tasks.push_back(value); return *this; } /** *

A list of tasks that Amazon AppFlow performs while transferring the data in * the flow run.

*/ inline DescribeFlowResult& AddTasks(Task&& value) { m_tasks.push_back(std::move(value)); return *this; } /** *

Specifies when the flow was created.

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

Specifies when the flow was created.

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

Specifies when the flow was created.

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

Specifies when the flow was created.

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

Specifies when the flow was created.

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

Specifies when the flow was last updated.

*/ inline const Aws::Utils::DateTime& GetLastUpdatedAt() const{ return m_lastUpdatedAt; } /** *

Specifies when the flow was last updated.

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

Specifies when the flow was last updated.

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

Specifies when the flow was last updated.

*/ inline DescribeFlowResult& WithLastUpdatedAt(const Aws::Utils::DateTime& value) { SetLastUpdatedAt(value); return *this;} /** *

Specifies when the flow was last updated.

*/ inline DescribeFlowResult& WithLastUpdatedAt(Aws::Utils::DateTime&& value) { SetLastUpdatedAt(std::move(value)); return *this;} /** *

The ARN of the user who created the flow.

*/ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } /** *

The ARN of the user who created the flow.

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

The ARN of the user who created the flow.

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

The ARN of the user who created the flow.

*/ inline void SetCreatedBy(const char* value) { m_createdBy.assign(value); } /** *

The ARN of the user who created the flow.

*/ inline DescribeFlowResult& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;} /** *

The ARN of the user who created the flow.

*/ inline DescribeFlowResult& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;} /** *

The ARN of the user who created the flow.

*/ inline DescribeFlowResult& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;} /** *

Specifies the user name of the account that performed the most recent * update.

*/ inline const Aws::String& GetLastUpdatedBy() const{ return m_lastUpdatedBy; } /** *

Specifies the user name of the account that performed the most recent * update.

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

Specifies the user name of the account that performed the most recent * update.

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

Specifies the user name of the account that performed the most recent * update.

*/ inline void SetLastUpdatedBy(const char* value) { m_lastUpdatedBy.assign(value); } /** *

Specifies the user name of the account that performed the most recent * update.

*/ inline DescribeFlowResult& WithLastUpdatedBy(const Aws::String& value) { SetLastUpdatedBy(value); return *this;} /** *

Specifies the user name of the account that performed the most recent * update.

*/ inline DescribeFlowResult& WithLastUpdatedBy(Aws::String&& value) { SetLastUpdatedBy(std::move(value)); return *this;} /** *

Specifies the user name of the account that performed the most recent * update.

*/ inline DescribeFlowResult& WithLastUpdatedBy(const char* value) { SetLastUpdatedBy(value); return *this;} /** *

The tags used to organize, track, or control access for your flow.

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

The tags used to organize, track, or control access for your flow.

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

The tags used to organize, track, or control access for your flow.

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

The tags used to organize, track, or control access for your flow.

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

The tags used to organize, track, or control access for your flow.

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

The tags used to organize, track, or control access for your flow.

*/ inline DescribeFlowResult& 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 your flow.

*/ inline DescribeFlowResult& 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 your flow.

*/ inline DescribeFlowResult& 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 your flow.

*/ inline DescribeFlowResult& 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 your flow.

*/ inline DescribeFlowResult& 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 your flow.

*/ inline DescribeFlowResult& 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 your flow.

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

Specifies the configuration that Amazon AppFlow uses when it catalogs the * data that's transferred by the associated flow. When Amazon AppFlow catalogs the * data from a flow, it stores metadata in a data catalog.

*/ inline const MetadataCatalogConfig& GetMetadataCatalogConfig() const{ return m_metadataCatalogConfig; } /** *

Specifies the configuration that Amazon AppFlow uses when it catalogs the * data that's transferred by the associated flow. When Amazon AppFlow catalogs the * data from a flow, it stores metadata in a data catalog.

*/ inline void SetMetadataCatalogConfig(const MetadataCatalogConfig& value) { m_metadataCatalogConfig = value; } /** *

Specifies the configuration that Amazon AppFlow uses when it catalogs the * data that's transferred by the associated flow. When Amazon AppFlow catalogs the * data from a flow, it stores metadata in a data catalog.

*/ inline void SetMetadataCatalogConfig(MetadataCatalogConfig&& value) { m_metadataCatalogConfig = std::move(value); } /** *

Specifies the configuration that Amazon AppFlow uses when it catalogs the * data that's transferred by the associated flow. When Amazon AppFlow catalogs the * data from a flow, it stores metadata in a data catalog.

*/ inline DescribeFlowResult& WithMetadataCatalogConfig(const MetadataCatalogConfig& value) { SetMetadataCatalogConfig(value); return *this;} /** *

Specifies the configuration that Amazon AppFlow uses when it catalogs the * data that's transferred by the associated flow. When Amazon AppFlow catalogs the * data from a flow, it stores metadata in a data catalog.

*/ inline DescribeFlowResult& WithMetadataCatalogConfig(MetadataCatalogConfig&& value) { SetMetadataCatalogConfig(std::move(value)); return *this;} /** *

Describes the metadata catalog, metadata table, and data partitions that * Amazon AppFlow used for the associated flow run.

*/ inline const Aws::Vector& GetLastRunMetadataCatalogDetails() const{ return m_lastRunMetadataCatalogDetails; } /** *

Describes the metadata catalog, metadata table, and data partitions that * Amazon AppFlow used for the associated flow run.

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

Describes the metadata catalog, metadata table, and data partitions that * Amazon AppFlow used for the associated flow run.

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

Describes the metadata catalog, metadata table, and data partitions that * Amazon AppFlow used for the associated flow run.

*/ inline DescribeFlowResult& WithLastRunMetadataCatalogDetails(const Aws::Vector& value) { SetLastRunMetadataCatalogDetails(value); return *this;} /** *

Describes the metadata catalog, metadata table, and data partitions that * Amazon AppFlow used for the associated flow run.

*/ inline DescribeFlowResult& WithLastRunMetadataCatalogDetails(Aws::Vector&& value) { SetLastRunMetadataCatalogDetails(std::move(value)); return *this;} /** *

Describes the metadata catalog, metadata table, and data partitions that * Amazon AppFlow used for the associated flow run.

*/ inline DescribeFlowResult& AddLastRunMetadataCatalogDetails(const MetadataCatalogDetail& value) { m_lastRunMetadataCatalogDetails.push_back(value); return *this; } /** *

Describes the metadata catalog, metadata table, and data partitions that * Amazon AppFlow used for the associated flow run.

*/ inline DescribeFlowResult& AddLastRunMetadataCatalogDetails(MetadataCatalogDetail&& value) { m_lastRunMetadataCatalogDetails.push_back(std::move(value)); return *this; } /** *

The version number of your data schema. Amazon AppFlow assigns this version * number. The version number increases by one when you change any of the following * settings in your flow configuration:

  • Source-to-destination * field mappings

  • Field data types

  • Partition * keys

*/ inline long long GetSchemaVersion() const{ return m_schemaVersion; } /** *

The version number of your data schema. Amazon AppFlow assigns this version * number. The version number increases by one when you change any of the following * settings in your flow configuration:

  • Source-to-destination * field mappings

  • Field data types

  • Partition * keys

*/ inline void SetSchemaVersion(long long value) { m_schemaVersion = value; } /** *

The version number of your data schema. Amazon AppFlow assigns this version * number. The version number increases by one when you change any of the following * settings in your flow configuration:

  • Source-to-destination * field mappings

  • Field data types

  • Partition * keys

*/ inline DescribeFlowResult& WithSchemaVersion(long long value) { SetSchemaVersion(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 DescribeFlowResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeFlowResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeFlowResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_flowArn; Aws::String m_description; Aws::String m_flowName; Aws::String m_kmsArn; FlowStatus m_flowStatus; Aws::String m_flowStatusMessage; SourceFlowConfig m_sourceFlowConfig; Aws::Vector m_destinationFlowConfigList; ExecutionDetails m_lastRunExecutionDetails; TriggerConfig m_triggerConfig; Aws::Vector m_tasks; Aws::Utils::DateTime m_createdAt; Aws::Utils::DateTime m_lastUpdatedAt; Aws::String m_createdBy; Aws::String m_lastUpdatedBy; Aws::Map m_tags; MetadataCatalogConfig m_metadataCatalogConfig; Aws::Vector m_lastRunMetadataCatalogDetails; long long m_schemaVersion; Aws::String m_requestId; }; } // namespace Model } // namespace Appflow } // namespace Aws