1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetSuppressedDestination`](crate::operation::get_suppressed_destination::builders::GetSuppressedDestinationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`email_address(impl Into<String>)`](crate::operation::get_suppressed_destination::builders::GetSuppressedDestinationFluentBuilder::email_address) / [`set_email_address(Option<String>)`](crate::operation::get_suppressed_destination::builders::GetSuppressedDestinationFluentBuilder::set_email_address):<br>required: **true**<br><p>The email address that's on the account suppression list.</p><br>
    /// - On success, responds with [`GetSuppressedDestinationOutput`](crate::operation::get_suppressed_destination::GetSuppressedDestinationOutput) with field(s):
    ///   - [`suppressed_destination(Option<SuppressedDestination>)`](crate::operation::get_suppressed_destination::GetSuppressedDestinationOutput::suppressed_destination): <p>An object containing information about the suppressed email address.</p>
    /// - On failure, responds with [`SdkError<GetSuppressedDestinationError>`](crate::operation::get_suppressed_destination::GetSuppressedDestinationError)
    pub fn get_suppressed_destination(&self) -> crate::operation::get_suppressed_destination::builders::GetSuppressedDestinationFluentBuilder {
        crate::operation::get_suppressed_destination::builders::GetSuppressedDestinationFluentBuilder::new(self.handle.clone())
    }
}