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"; }
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;
void SetConfigurationSetName(const char *value)
void SetEventDestinationName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(const Aws::String &value)
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(const Aws::String &value)
void SetEventDestinationName(const char *value)
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(const char *value)
const Aws::String & GetConfigurationSetName() const
void SetConfigurationSetName(const Aws::String &value)
bool EventDestinationNameHasBeenSet() const
void SetEventDestinationName(const Aws::String &value)
void SetConfigurationSetName(Aws::String &&value)
DeleteConfigurationSetEventDestinationRequest & WithConfigurationSetName(Aws::String &&value)
AWS_PINPOINTEMAIL_API DeleteConfigurationSetEventDestinationRequest()
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(const char *value)
const Aws::String & GetEventDestinationName() const
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
bool ConfigurationSetNameHasBeenSet() const
DeleteConfigurationSetEventDestinationRequest & WithEventDestinationName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String