// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetTargetSelectionRules`](crate::operation::get_target_selection_rules::builders::GetTargetSelectionRulesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`migration_project_identifier(impl Into<String>)`](crate::operation::get_target_selection_rules::builders::GetTargetSelectionRulesFluentBuilder::migration_project_identifier) / [`set_migration_project_identifier(Option<String>)`](crate::operation::get_target_selection_rules::builders::GetTargetSelectionRulesFluentBuilder::set_migration_project_identifier):<br>required: **true**<br><p>The migration project name or Amazon Resource Name (ARN).</p><br>
/// - [`selection_rules(impl Into<String>)`](crate::operation::get_target_selection_rules::builders::GetTargetSelectionRulesFluentBuilder::selection_rules) / [`set_selection_rules(Option<String>)`](crate::operation::get_target_selection_rules::builders::GetTargetSelectionRulesFluentBuilder::set_selection_rules):<br>required: **true**<br><p>The JSON string representing the source selection rules for conversion. Selection rules must contain only supported metadata model types. For more information, see Selection Rules in the DMS User Guide.</p><br>
/// - On success, responds with [`GetTargetSelectionRulesOutput`](crate::operation::get_target_selection_rules::GetTargetSelectionRulesOutput) with field(s):
/// - [`target_selection_rules(Option<String>)`](crate::operation::get_target_selection_rules::GetTargetSelectionRulesOutput::target_selection_rules): <p>The JSON string representing the counterpart selection rules in the target.</p>
/// - On failure, responds with [`SdkError<GetTargetSelectionRulesError>`](crate::operation::get_target_selection_rules::GetTargetSelectionRulesError)
pub fn get_target_selection_rules(&self) -> crate::operation::get_target_selection_rules::builders::GetTargetSelectionRulesFluentBuilder {
crate::operation::get_target_selection_rules::builders::GetTargetSelectionRulesFluentBuilder::new(self.handle.clone())
}
}