aws-sdk-organizations 1.119.1

AWS SDK for AWS Organizations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`TerminateResponsibilityTransfer`](crate::operation::terminate_responsibility_transfer::builders::TerminateResponsibilityTransferFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::terminate_responsibility_transfer::builders::TerminateResponsibilityTransferFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::terminate_responsibility_transfer::builders::TerminateResponsibilityTransferFluentBuilder::set_id):<br>required: **true**<br><p>ID for the transfer.</p><br>
    ///   - [`end_timestamp(DateTime)`](crate::operation::terminate_responsibility_transfer::builders::TerminateResponsibilityTransferFluentBuilder::end_timestamp) / [`set_end_timestamp(Option<DateTime>)`](crate::operation::terminate_responsibility_transfer::builders::TerminateResponsibilityTransferFluentBuilder::set_end_timestamp):<br>required: **false**<br><p>Timestamp when the responsibility transfer is to end.</p><br>
    /// - On success, responds with [`TerminateResponsibilityTransferOutput`](crate::operation::terminate_responsibility_transfer::TerminateResponsibilityTransferOutput) with field(s):
    ///   - [`responsibility_transfer(Option<ResponsibilityTransfer>)`](crate::operation::terminate_responsibility_transfer::TerminateResponsibilityTransferOutput::responsibility_transfer): <p>A <code>ResponsibilityTransfer</code> object. Contains details for a transfer.</p>
    /// - On failure, responds with [`SdkError<TerminateResponsibilityTransferError>`](crate::operation::terminate_responsibility_transfer::TerminateResponsibilityTransferError)
    pub fn terminate_responsibility_transfer(
        &self,
    ) -> crate::operation::terminate_responsibility_transfer::builders::TerminateResponsibilityTransferFluentBuilder {
        crate::operation::terminate_responsibility_transfer::builders::TerminateResponsibilityTransferFluentBuilder::new(self.handle.clone())
    }
}