7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteConfigurationSetEventDestination"; }
54 template<
typename ConfigurationSetNameT = Aws::String>
55 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
56 template<
typename ConfigurationSetNameT = Aws::String>
66 template<
typename EventDestinationNameT = Aws::String>
67 void SetEventDestinationName(EventDestinationNameT&& value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName = std::forward<EventDestinationNameT>(value); }
68 template<
typename EventDestinationNameT = Aws::String>
74 bool m_configurationSetNameHasBeenSet =
false;
77 bool m_eventDestinationNameHasBeenSet =
false;
const Aws::String & GetEventDestinationName() const
AWS_SES_API DeleteConfigurationSetEventDestinationRequest()=default
void SetConfigurationSetName(ConfigurationSetNameT &&value)
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(EventDestinationNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetConfigurationSetName() const
bool EventDestinationNameHasBeenSet() const
bool ConfigurationSetNameHasBeenSet() const
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
AWS_SES_API Aws::String SerializePayload() const override
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetEventDestinationName(EventDestinationNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String