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 [`GetAddressBook`](crate::operation::get_address_book::builders::GetAddressBookFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`address_book_arn(impl Into<String>)`](crate::operation::get_address_book::builders::GetAddressBookFluentBuilder::address_book_arn) / [`set_address_book_arn(Option<String>)`](crate::operation::get_address_book::builders::GetAddressBookFluentBuilder::set_address_book_arn):<br>required: **true**<br><p>The ARN of the address book for which to request details.</p><br>
    /// - On success, responds with [`GetAddressBookOutput`](crate::operation::get_address_book::GetAddressBookOutput) with field(s):
    ///   - [`address_book(Option<AddressBook>)`](crate::operation::get_address_book::GetAddressBookOutput::address_book): <p>The details of the requested address book.</p>
    /// - On failure, responds with [`SdkError<GetAddressBookError>`](crate::operation::get_address_book::GetAddressBookError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn get_address_book(&self) -> crate::operation::get_address_book::builders::GetAddressBookFluentBuilder {
        crate::operation::get_address_book::builders::GetAddressBookFluentBuilder::new(self.handle.clone())
    }
}