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
49 template<
typename EventDestinationsT = Aws::Vector<EventDestination>>
50 void SetEventDestinations(EventDestinationsT&& value) { m_eventDestinationsHasBeenSet =
true; m_eventDestinations = std::forward<EventDestinationsT>(value); }
51 template<
typename EventDestinationsT = Aws::Vector<EventDestination>>
53 template<
typename EventDestinationsT = EventDestination>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_eventDestinationsHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetConfigurationSetEventDestinationsResult & AddEventDestinations(EventDestinationsT &&value)
const Aws::String & GetRequestId() const
void SetEventDestinations(EventDestinationsT &&value)
AWS_PINPOINTEMAIL_API GetConfigurationSetEventDestinationsResult()=default
AWS_PINPOINTEMAIL_API GetConfigurationSetEventDestinationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfigurationSetEventDestinationsResult & WithRequestId(RequestIdT &&value)
AWS_PINPOINTEMAIL_API GetConfigurationSetEventDestinationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfigurationSetEventDestinationsResult & WithEventDestinations(EventDestinationsT &&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