7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/sesv2/model/SuppressionListReason.h>
98 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
114 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
120 bool m_reasonsHasBeenSet =
false;
123 bool m_startDateHasBeenSet =
false;
126 bool m_endDateHasBeenSet =
false;
129 bool m_nextTokenHasBeenSet =
false;
132 bool m_pageSizeHasBeenSet =
false;
AWS_SESV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetReasons(const Aws::Vector< SuppressionListReason > &value)
ListSuppressedDestinationsRequest & WithNextToken(const Aws::String &value)
void SetReasons(Aws::Vector< SuppressionListReason > &&value)
AWS_SESV2_API Aws::String SerializePayload() const override
void SetPageSize(int value)
bool ReasonsHasBeenSet() const
bool NextTokenHasBeenSet() const
ListSuppressedDestinationsRequest & WithStartDate(Aws::Utils::DateTime &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
void SetNextToken(const char *value)
bool StartDateHasBeenSet() const
void SetNextToken(Aws::String &&value)
const Aws::Utils::DateTime & GetStartDate() const
bool PageSizeHasBeenSet() const
ListSuppressedDestinationsRequest & AddReasons(const SuppressionListReason &value)
void SetEndDate(Aws::Utils::DateTime &&value)
ListSuppressedDestinationsRequest & WithStartDate(const Aws::Utils::DateTime &value)
void SetEndDate(const Aws::Utils::DateTime &value)
void SetStartDate(const Aws::Utils::DateTime &value)
ListSuppressedDestinationsRequest & WithReasons(Aws::Vector< SuppressionListReason > &&value)
ListSuppressedDestinationsRequest & WithPageSize(int value)
AWS_SESV2_API ListSuppressedDestinationsRequest()
ListSuppressedDestinationsRequest & WithEndDate(const Aws::Utils::DateTime &value)
void SetNextToken(const Aws::String &value)
ListSuppressedDestinationsRequest & WithReasons(const Aws::Vector< SuppressionListReason > &value)
ListSuppressedDestinationsRequest & AddReasons(SuppressionListReason &&value)
void SetStartDate(Aws::Utils::DateTime &&value)
const Aws::Vector< SuppressionListReason > & GetReasons() const
ListSuppressedDestinationsRequest & WithNextToken(Aws::String &&value)
const Aws::Utils::DateTime & GetEndDate() const
ListSuppressedDestinationsRequest & WithEndDate(Aws::Utils::DateTime &&value)
ListSuppressedDestinationsRequest & WithNextToken(const char *value)
bool EndDateHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector