7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/email/model/EventDestination.h>
38 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateConfigurationSetEventDestination"; }
55 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
75 bool m_configurationSetNameHasBeenSet =
false;
78 bool m_eventDestinationHasBeenSet =
false;
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ConfigurationSetNameHasBeenSet() const
UpdateConfigurationSetEventDestinationRequest & WithConfigurationSetName(const Aws::String &value)
UpdateConfigurationSetEventDestinationRequest & WithConfigurationSetName(Aws::String &&value)
void SetEventDestination(const EventDestination &value)
void SetEventDestination(EventDestination &&value)
UpdateConfigurationSetEventDestinationRequest & WithEventDestination(EventDestination &&value)
bool EventDestinationHasBeenSet() const
void SetConfigurationSetName(const char *value)
UpdateConfigurationSetEventDestinationRequest & WithConfigurationSetName(const char *value)
AWS_SES_API UpdateConfigurationSetEventDestinationRequest()
AWS_SES_API Aws::String SerializePayload() const override
UpdateConfigurationSetEventDestinationRequest & WithEventDestination(const EventDestination &value)
const Aws::String & GetConfigurationSetName() const
const EventDestination & GetEventDestination() const
void SetConfigurationSetName(const Aws::String &value)
void SetConfigurationSetName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String