/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A request to retrieve a list of the blacklists that your dedicated IP
* addresses appear on.See Also:
AWS
* API Reference
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 SES or Amazon Pinpoint.
*/ inline const Aws::VectorA 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 SES or Amazon Pinpoint.
*/ inline bool BlacklistItemNamesHasBeenSet() const { return m_blacklistItemNamesHasBeenSet; } /** *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 SES or Amazon Pinpoint.
*/ inline void SetBlacklistItemNames(const Aws::VectorA 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 SES or Amazon Pinpoint.
*/ inline void SetBlacklistItemNames(Aws::VectorA 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 SES or Amazon Pinpoint.
*/ inline GetBlacklistReportsRequest& WithBlacklistItemNames(const Aws::VectorA 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 SES or Amazon Pinpoint.
*/ inline GetBlacklistReportsRequest& WithBlacklistItemNames(Aws::VectorA 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 SES or Amazon Pinpoint.
*/ inline GetBlacklistReportsRequest& AddBlacklistItemNames(const Aws::String& value) { m_blacklistItemNamesHasBeenSet = true; m_blacklistItemNames.push_back(value); return *this; } /** *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 SES or Amazon Pinpoint.
*/ inline GetBlacklistReportsRequest& AddBlacklistItemNames(Aws::String&& value) { m_blacklistItemNamesHasBeenSet = true; m_blacklistItemNames.push_back(std::move(value)); return *this; } /** *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 SES or Amazon Pinpoint.
*/ inline GetBlacklistReportsRequest& AddBlacklistItemNames(const char* value) { m_blacklistItemNamesHasBeenSet = true; m_blacklistItemNames.push_back(value); return *this; } private: Aws::Vector