7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sesv2/model/SuppressedDestinationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
66 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
77 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
ListSuppressedDestinationsResult & WithNextToken(const Aws::String &value)
ListSuppressedDestinationsResult & WithSuppressedDestinationSummaries(const Aws::Vector< SuppressedDestinationSummary > &value)
void SetRequestId(const Aws::String &value)
ListSuppressedDestinationsResult & WithRequestId(const char *value)
ListSuppressedDestinationsResult & WithSuppressedDestinationSummaries(Aws::Vector< SuppressedDestinationSummary > &&value)
AWS_SESV2_API ListSuppressedDestinationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
ListSuppressedDestinationsResult & AddSuppressedDestinationSummaries(const SuppressedDestinationSummary &value)
void SetSuppressedDestinationSummaries(const Aws::Vector< SuppressedDestinationSummary > &value)
AWS_SESV2_API ListSuppressedDestinationsResult()
void SetNextToken(const char *value)
ListSuppressedDestinationsResult & WithNextToken(const char *value)
void SetRequestId(const char *value)
ListSuppressedDestinationsResult & WithRequestId(Aws::String &&value)
void SetSuppressedDestinationSummaries(Aws::Vector< SuppressedDestinationSummary > &&value)
void SetNextToken(const Aws::String &value)
ListSuppressedDestinationsResult & AddSuppressedDestinationSummaries(SuppressedDestinationSummary &&value)
void SetNextToken(Aws::String &&value)
const Aws::Vector< SuppressedDestinationSummary > & GetSuppressedDestinationSummaries() const
AWS_SESV2_API ListSuppressedDestinationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListSuppressedDestinationsResult & WithNextToken(Aws::String &&value)
ListSuppressedDestinationsResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue