7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PinpointEmail
34 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteConfigurationSetEventDestination"; }
46 template<
typename ConfigurationSetNameT = Aws::String>
47 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
48 template<
typename ConfigurationSetNameT = Aws::String>
58 template<
typename EventDestinationNameT = Aws::String>
59 void SetEventDestinationName(EventDestinationNameT&& value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName = std::forward<EventDestinationNameT>(value); }
60 template<
typename EventDestinationNameT = Aws::String>
66 bool m_configurationSetNameHasBeenSet =
false;
69 bool m_eventDestinationNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(EventDestinationNameT &&value)
void SetEventDestinationName(EventDestinationNameT &&value)
const Aws::String & GetConfigurationSetName() const
AWS_PINPOINTEMAIL_API DeleteConfigurationSetEventDestinationRequest()=default
bool EventDestinationNameHasBeenSet() const
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
const Aws::String & GetEventDestinationName() const
void SetConfigurationSetName(ConfigurationSetNameT &&value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
bool ConfigurationSetNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String