aws-sdk-supplychain 1.97.0

AWS SDK for AWS Supply Chain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetDataIntegrationFlow`](crate::operation::get_data_integration_flow::builders::GetDataIntegrationFlowFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`instance_id(impl Into<String>)`](crate::operation::get_data_integration_flow::builders::GetDataIntegrationFlowFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::get_data_integration_flow::builders::GetDataIntegrationFlowFluentBuilder::set_instance_id):<br>required: **true**<br><p>The Amazon Web Services Supply Chain instance identifier.</p><br>
    ///   - [`name(impl Into<String>)`](crate::operation::get_data_integration_flow::builders::GetDataIntegrationFlowFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::get_data_integration_flow::builders::GetDataIntegrationFlowFluentBuilder::set_name):<br>required: **true**<br><p>The name of the DataIntegrationFlow created.</p><br>
    /// - On success, responds with [`GetDataIntegrationFlowOutput`](crate::operation::get_data_integration_flow::GetDataIntegrationFlowOutput) with field(s):
    ///   - [`flow(Option<DataIntegrationFlow>)`](crate::operation::get_data_integration_flow::GetDataIntegrationFlowOutput::flow): <p>The details of the DataIntegrationFlow returned.</p>
    /// - On failure, responds with [`SdkError<GetDataIntegrationFlowError>`](crate::operation::get_data_integration_flow::GetDataIntegrationFlowError)
    pub fn get_data_integration_flow(&self) -> crate::operation::get_data_integration_flow::builders::GetDataIntegrationFlowFluentBuilder {
        crate::operation::get_data_integration_flow::builders::GetDataIntegrationFlowFluentBuilder::new(self.handle.clone())
    }
}