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 [`GetContact`](crate::operation::get_contact::builders::GetContactFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`contact_arn(impl Into<String>)`](crate::operation::get_contact::builders::GetContactFluentBuilder::contact_arn) / [`set_contact_arn(Option<String>)`](crate::operation::get_contact::builders::GetContactFluentBuilder::set_contact_arn):<br>required: **true**<br><p>The ARN of the contact for which to request details.</p><br>
    /// - On success, responds with [`GetContactOutput`](crate::operation::get_contact::GetContactOutput) with field(s):
    ///   - [`contact(Option<Contact>)`](crate::operation::get_contact::GetContactOutput::contact): <p>The details of the requested contact.</p>
    /// - On failure, responds with [`SdkError<GetContactError>`](crate::operation::get_contact::GetContactError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn get_contact(&self) -> crate::operation::get_contact::builders::GetContactFluentBuilder {
        crate::operation::get_contact::builders::GetContactFluentBuilder::new(self.handle.clone())
    }
}