// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetDataIntegrationFlowExecution`](crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder::set_instance_id):<br>required: **true**<br><p>The AWS Supply Chain instance identifier.</p><br>
/// - [`flow_name(impl Into<String>)`](crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder::flow_name) / [`set_flow_name(Option<String>)`](crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder::set_flow_name):<br>required: **true**<br><p>The flow name.</p><br>
/// - [`execution_id(impl Into<String>)`](crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder::execution_id) / [`set_execution_id(Option<String>)`](crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder::set_execution_id):<br>required: **true**<br><p>The flow execution identifier.</p><br>
/// - On success, responds with [`GetDataIntegrationFlowExecutionOutput`](crate::operation::get_data_integration_flow_execution::GetDataIntegrationFlowExecutionOutput) with field(s):
/// - [`flow_execution(Option<DataIntegrationFlowExecution>)`](crate::operation::get_data_integration_flow_execution::GetDataIntegrationFlowExecutionOutput::flow_execution): <p>The flow execution details.</p>
/// - On failure, responds with [`SdkError<GetDataIntegrationFlowExecutionError>`](crate::operation::get_data_integration_flow_execution::GetDataIntegrationFlowExecutionError)
pub fn get_data_integration_flow_execution(
&self,
) -> crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder {
crate::operation::get_data_integration_flow_execution::builders::GetDataIntegrationFlowExecutionFluentBuilder::new(self.handle.clone())
}
}