aws-sdk-mgn 1.102.0

AWS SDK for Application Migration Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetNetworkMigrationMapperSegmentConstruct`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`network_migration_definition_id(impl Into<String>)`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::network_migration_definition_id) / [`set_network_migration_definition_id(Option<String>)`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::set_network_migration_definition_id):<br>required: **true**<br><p>The unique identifier of the network migration definition.</p><br>
    ///   - [`network_migration_execution_id(impl Into<String>)`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::network_migration_execution_id) / [`set_network_migration_execution_id(Option<String>)`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::set_network_migration_execution_id):<br>required: **true**<br><p>The unique identifier of the network migration execution.</p><br>
    ///   - [`segment_id(impl Into<String>)`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::segment_id) / [`set_segment_id(Option<String>)`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::set_segment_id):<br>required: **true**<br><p>The unique identifier of the mapper segment.</p><br>
    ///   - [`construct_id(impl Into<String>)`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::construct_id) / [`set_construct_id(Option<String>)`](crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::set_construct_id):<br>required: **true**<br><p>The unique identifier of the construct within the segment.</p><br>
    /// - On success, responds with [`GetNetworkMigrationMapperSegmentConstructOutput`](crate::operation::get_network_migration_mapper_segment_construct::GetNetworkMigrationMapperSegmentConstructOutput) with field(s):
    ///   - [`construct(Option<NetworkMigrationMapperSegmentConstruct>)`](crate::operation::get_network_migration_mapper_segment_construct::GetNetworkMigrationMapperSegmentConstructOutput::construct): <p>The construct metadata including type, name, and configuration.</p>
    /// - On failure, responds with [`SdkError<GetNetworkMigrationMapperSegmentConstructError>`](crate::operation::get_network_migration_mapper_segment_construct::GetNetworkMigrationMapperSegmentConstructError)
    pub fn get_network_migration_mapper_segment_construct(
        &self,
    ) -> crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder {
        crate::operation::get_network_migration_mapper_segment_construct::builders::GetNetworkMigrationMapperSegmentConstructFluentBuilder::new(
            self.handle.clone(),
        )
    }
}