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"; }
56 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
70 inline void SetEventDestinationName(
const char* value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName.assign(value); }
78 bool m_configurationSetNameHasBeenSet =
false;
81 bool m_eventDestinationNameHasBeenSet =
false;
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(const Aws::String &value)
const Aws::String & GetEventDestinationName() const
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(Aws::String &&value)
void SetEventDestinationName(const char *value)
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(Aws::String &&value)
void SetConfigurationSetName(const Aws::String &value)
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(const Aws::String &value)
AWS_SES_API DeleteConfigurationSetEventDestinationRequest()
void SetConfigurationSetName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetConfigurationSetName() const
bool EventDestinationNameHasBeenSet() const
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(const char *value)
bool ConfigurationSetNameHasBeenSet() const
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(const char *value)
void SetConfigurationSetName(const char *value)
AWS_SES_API Aws::String SerializePayload() const override
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetEventDestinationName(const Aws::String &value)
void SetEventDestinationName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String