// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeResponsibilityTransfer`](crate::operation::describe_responsibility_transfer::builders::DescribeResponsibilityTransferFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::describe_responsibility_transfer::builders::DescribeResponsibilityTransferFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::describe_responsibility_transfer::builders::DescribeResponsibilityTransferFluentBuilder::set_id):<br>required: **true**<br><p>ID for the transfer.</p><br>
/// - On success, responds with [`DescribeResponsibilityTransferOutput`](crate::operation::describe_responsibility_transfer::DescribeResponsibilityTransferOutput) with field(s):
/// - [`responsibility_transfer(Option<ResponsibilityTransfer>)`](crate::operation::describe_responsibility_transfer::DescribeResponsibilityTransferOutput::responsibility_transfer): <p>A <code>ResponsibilityTransfer</code> object. Contains details for a transfer.</p>
/// - On failure, responds with [`SdkError<DescribeResponsibilityTransferError>`](crate::operation::describe_responsibility_transfer::DescribeResponsibilityTransferError)
pub fn describe_responsibility_transfer(
&self,
) -> crate::operation::describe_responsibility_transfer::builders::DescribeResponsibilityTransferFluentBuilder {
crate::operation::describe_responsibility_transfer::builders::DescribeResponsibilityTransferFluentBuilder::new(self.handle.clone())
}
}