7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint-email/model/EventDestination.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace PinpointEmail
62 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const Aws::String &value)
GetConfigurationSetEventDestinationsResult & WithRequestId(Aws::String &&value)
GetConfigurationSetEventDestinationsResult & WithEventDestinations(Aws::Vector< EventDestination > &&value)
GetConfigurationSetEventDestinationsResult & WithRequestId(const Aws::String &value)
void SetEventDestinations(Aws::Vector< EventDestination > &&value)
void SetRequestId(Aws::String &&value)
GetConfigurationSetEventDestinationsResult & AddEventDestinations(EventDestination &&value)
GetConfigurationSetEventDestinationsResult & WithEventDestinations(const Aws::Vector< EventDestination > &value)
const Aws::String & GetRequestId() const
GetConfigurationSetEventDestinationsResult & AddEventDestinations(const EventDestination &value)
void SetEventDestinations(const Aws::Vector< EventDestination > &value)
AWS_PINPOINTEMAIL_API GetConfigurationSetEventDestinationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PINPOINTEMAIL_API GetConfigurationSetEventDestinationsResult()
GetConfigurationSetEventDestinationsResult & WithRequestId(const char *value)
AWS_PINPOINTEMAIL_API GetConfigurationSetEventDestinationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const char *value)
const Aws::Vector< EventDestination > & GetEventDestinations() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue