7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteConfigurationSetEventDestination"; }
48 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
62 inline void SetEventDestinationName(
const char* value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName.assign(value); }
70 bool m_configurationSetNameHasBeenSet =
false;
73 bool m_eventDestinationNameHasBeenSet =
false;
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(const Aws::String &value)
void SetEventDestinationName(const Aws::String &value)
const Aws::String & GetEventDestinationName() const
const Aws::String & GetConfigurationSetName() const
AWS_SESV2_API DeleteConfigurationSetEventDestinationRequest()
void SetConfigurationSetName(const Aws::String &value)
AWS_SESV2_API Aws::String SerializePayload() const override
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(const Aws::String &value)
void SetEventDestinationName(const char *value)
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(const char *value)
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(const char *value)
void SetConfigurationSetName(const char *value)
virtual const char * GetServiceRequestName() const override
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(Aws::String &&value)
bool ConfigurationSetNameHasBeenSet() const
bool EventDestinationNameHasBeenSet() const
void SetEventDestinationName(Aws::String &&value)
void SetConfigurationSetName(Aws::String &&value)
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String