/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A request to obtain a list of email destinations that are on the suppression
* list for your account.See Also:
AWS
* API Reference
The factors that caused the email address to be added to .
*/ inline const Aws::VectorThe factors that caused the email address to be added to .
*/ inline bool ReasonsHasBeenSet() const { return m_reasonsHasBeenSet; } /** *The factors that caused the email address to be added to .
*/ inline void SetReasons(const Aws::VectorThe factors that caused the email address to be added to .
*/ inline void SetReasons(Aws::VectorThe factors that caused the email address to be added to .
*/ inline ListSuppressedDestinationsRequest& WithReasons(const Aws::VectorThe factors that caused the email address to be added to .
*/ inline ListSuppressedDestinationsRequest& WithReasons(Aws::VectorThe factors that caused the email address to be added to .
*/ inline ListSuppressedDestinationsRequest& AddReasons(const SuppressionListReason& value) { m_reasonsHasBeenSet = true; m_reasons.push_back(value); return *this; } /** *The factors that caused the email address to be added to .
*/ inline ListSuppressedDestinationsRequest& AddReasons(SuppressionListReason&& value) { m_reasonsHasBeenSet = true; m_reasons.push_back(std::move(value)); return *this; } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list after a specific date.
*/ inline const Aws::Utils::DateTime& GetStartDate() const{ return m_startDate; } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list after a specific date.
*/ inline bool StartDateHasBeenSet() const { return m_startDateHasBeenSet; } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list after a specific date.
*/ inline void SetStartDate(const Aws::Utils::DateTime& value) { m_startDateHasBeenSet = true; m_startDate = value; } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list after a specific date.
*/ inline void SetStartDate(Aws::Utils::DateTime&& value) { m_startDateHasBeenSet = true; m_startDate = std::move(value); } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list after a specific date.
*/ inline ListSuppressedDestinationsRequest& WithStartDate(const Aws::Utils::DateTime& value) { SetStartDate(value); return *this;} /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list after a specific date.
*/ inline ListSuppressedDestinationsRequest& WithStartDate(Aws::Utils::DateTime&& value) { SetStartDate(std::move(value)); return *this;} /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list before a specific date.
*/ inline const Aws::Utils::DateTime& GetEndDate() const{ return m_endDate; } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list before a specific date.
*/ inline bool EndDateHasBeenSet() const { return m_endDateHasBeenSet; } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list before a specific date.
*/ inline void SetEndDate(const Aws::Utils::DateTime& value) { m_endDateHasBeenSet = true; m_endDate = value; } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list before a specific date.
*/ inline void SetEndDate(Aws::Utils::DateTime&& value) { m_endDateHasBeenSet = true; m_endDate = std::move(value); } /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list before a specific date.
*/ inline ListSuppressedDestinationsRequest& WithEndDate(const Aws::Utils::DateTime& value) { SetEndDate(value); return *this;} /** *Used to filter the list of suppressed email destinations so that it only * includes addresses that were added to the list before a specific date.
*/ inline ListSuppressedDestinationsRequest& WithEndDate(Aws::Utils::DateTime&& value) { SetEndDate(std::move(value)); return *this;} /** *A token returned from a previous call to
* ListSuppressedDestinations
to indicate the position in the list of
* suppressed email addresses.
A token returned from a previous call to
* ListSuppressedDestinations
to indicate the position in the list of
* suppressed email addresses.
A token returned from a previous call to
* ListSuppressedDestinations
to indicate the position in the list of
* suppressed email addresses.
A token returned from a previous call to
* ListSuppressedDestinations
to indicate the position in the list of
* suppressed email addresses.
A token returned from a previous call to
* ListSuppressedDestinations
to indicate the position in the list of
* suppressed email addresses.
A token returned from a previous call to
* ListSuppressedDestinations
to indicate the position in the list of
* suppressed email addresses.
A token returned from a previous call to
* ListSuppressedDestinations
to indicate the position in the list of
* suppressed email addresses.
A token returned from a previous call to
* ListSuppressedDestinations
to indicate the position in the list of
* suppressed email addresses.
The number of results to show in a single call to
* ListSuppressedDestinations
. If the number of results is larger than
* the number you specified in this parameter, then the response includes a
* NextToken
element, which you can use to obtain additional
* results.
The number of results to show in a single call to
* ListSuppressedDestinations
. If the number of results is larger than
* the number you specified in this parameter, then the response includes a
* NextToken
element, which you can use to obtain additional
* results.
The number of results to show in a single call to
* ListSuppressedDestinations
. If the number of results is larger than
* the number you specified in this parameter, then the response includes a
* NextToken
element, which you can use to obtain additional
* results.
The number of results to show in a single call to
* ListSuppressedDestinations
. If the number of results is larger than
* the number you specified in this parameter, then the response includes a
* NextToken
element, which you can use to obtain additional
* results.