7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint-email/model/EventDestinationDefinition.h>
15namespace PinpointEmail
35 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateConfigurationSetEventDestination"; }
47 template<
typename ConfigurationSetNameT = Aws::String>
48 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
49 template<
typename ConfigurationSetNameT = Aws::String>
59 template<
typename EventDestinationNameT = Aws::String>
60 void SetEventDestinationName(EventDestinationNameT&& value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName = std::forward<EventDestinationNameT>(value); }
61 template<
typename EventDestinationNameT = Aws::String>
71 template<
typename EventDestinationT = EventDestinationDefinition>
72 void SetEventDestination(EventDestinationT&& value) { m_eventDestinationHasBeenSet =
true; m_eventDestination = std::forward<EventDestinationT>(value); }
73 template<
typename EventDestinationT = EventDestinationDefinition>
79 bool m_configurationSetNameHasBeenSet =
false;
82 bool m_eventDestinationNameHasBeenSet =
false;
85 bool m_eventDestinationHasBeenSet =
false;
const EventDestinationDefinition & GetEventDestination() const
UpdateConfigurationSetEventDestinationRequest & WithEventDestinationName(EventDestinationNameT &&value)
const Aws::String & GetConfigurationSetName() const
void SetConfigurationSetName(ConfigurationSetNameT &&value)
bool EventDestinationNameHasBeenSet() const
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
const Aws::String & GetEventDestinationName() const
UpdateConfigurationSetEventDestinationRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
bool EventDestinationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetEventDestinationName(EventDestinationNameT &&value)
void SetEventDestination(EventDestinationT &&value)
AWS_PINPOINTEMAIL_API UpdateConfigurationSetEventDestinationRequest()=default
UpdateConfigurationSetEventDestinationRequest & WithEventDestination(EventDestinationT &&value)
bool ConfigurationSetNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String