/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include namespace Aws { namespace Http { class URI; } //namespace Http namespace SESV2 { namespace Model { /** *

A request to obtain a list of email destinations that are on the suppression * list for your account.

See Also:

AWS * API Reference

*/ class ListSuppressedDestinationsRequest : public SESV2Request { public: AWS_SESV2_API ListSuppressedDestinationsRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "ListSuppressedDestinations"; } AWS_SESV2_API Aws::String SerializePayload() const override; AWS_SESV2_API void AddQueryStringParameters(Aws::Http::URI& uri) const override; /** *

The factors that caused the email address to be added to .

*/ inline const Aws::Vector& GetReasons() const{ return m_reasons; } /** *

The 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::Vector& value) { m_reasonsHasBeenSet = true; m_reasons = value; } /** *

The factors that caused the email address to be added to .

*/ inline void SetReasons(Aws::Vector&& value) { m_reasonsHasBeenSet = true; m_reasons = std::move(value); } /** *

The factors that caused the email address to be added to .

*/ inline ListSuppressedDestinationsRequest& WithReasons(const Aws::Vector& value) { SetReasons(value); return *this;} /** *

The factors that caused the email address to be added to .

*/ inline ListSuppressedDestinationsRequest& WithReasons(Aws::Vector&& value) { SetReasons(std::move(value)); return *this;} /** *

The 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.

*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *

A token returned from a previous call to * ListSuppressedDestinations to indicate the position in the list of * suppressed email addresses.

*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *

A token returned from a previous call to * ListSuppressedDestinations to indicate the position in the list of * suppressed email addresses.

*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *

A token returned from a previous call to * ListSuppressedDestinations to indicate the position in the list of * suppressed email addresses.

*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *

A token returned from a previous call to * ListSuppressedDestinations to indicate the position in the list of * suppressed email addresses.

*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *

A token returned from a previous call to * ListSuppressedDestinations to indicate the position in the list of * suppressed email addresses.

*/ inline ListSuppressedDestinationsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *

A token returned from a previous call to * ListSuppressedDestinations to indicate the position in the list of * suppressed email addresses.

*/ inline ListSuppressedDestinationsRequest& WithNextToken(Aws::String&& value) { SetNextToken(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.

*/ inline ListSuppressedDestinationsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} /** *

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.

*/ inline int GetPageSize() const{ return m_pageSize; } /** *

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.

*/ inline bool PageSizeHasBeenSet() const { return m_pageSizeHasBeenSet; } /** *

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.

*/ inline void SetPageSize(int value) { m_pageSizeHasBeenSet = true; m_pageSize = value; } /** *

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.

*/ inline ListSuppressedDestinationsRequest& WithPageSize(int value) { SetPageSize(value); return *this;} private: Aws::Vector m_reasons; bool m_reasonsHasBeenSet = false; Aws::Utils::DateTime m_startDate; bool m_startDateHasBeenSet = false; Aws::Utils::DateTime m_endDate; bool m_endDateHasBeenSet = false; Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; int m_pageSize; bool m_pageSizeHasBeenSet = false; }; } // namespace Model } // namespace SESV2 } // namespace Aws