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 [`GetBlacklistReports`](crate::operation::get_blacklist_reports::builders::GetBlacklistReportsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`blacklist_item_names(impl Into<String>)`](crate::operation::get_blacklist_reports::builders::GetBlacklistReportsFluentBuilder::blacklist_item_names) / [`set_blacklist_item_names(Option<Vec::<String>>)`](crate::operation::get_blacklist_reports::builders::GetBlacklistReportsFluentBuilder::set_blacklist_item_names):<br>required: **true**<br><p>A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon Pinpoint or Amazon SES.</p><br>
    /// - On success, responds with [`GetBlacklistReportsOutput`](crate::operation::get_blacklist_reports::GetBlacklistReportsOutput) with field(s):
    ///   - [`blacklist_report(HashMap::<String, Vec::<BlacklistEntry>>)`](crate::operation::get_blacklist_reports::GetBlacklistReportsOutput::blacklist_report): <p>An object that contains information about a blacklist that one of your dedicated IP addresses appears on.</p>
    /// - On failure, responds with [`SdkError<GetBlacklistReportsError>`](crate::operation::get_blacklist_reports::GetBlacklistReportsError)
    pub fn get_blacklist_reports(&self) -> crate::operation::get_blacklist_reports::builders::GetBlacklistReportsFluentBuilder {
        crate::operation::get_blacklist_reports::builders::GetBlacklistReportsFluentBuilder::new(self.handle.clone())
    }
}