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"; }
53 template<
typename ConfigurationSetNameT = Aws::String>
54 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
55 template<
typename ConfigurationSetNameT = Aws::String>
65 template<
typename EventDestinationT = EventDestination>
66 void SetEventDestination(EventDestinationT&& value) { m_eventDestinationHasBeenSet =
true; m_eventDestination = std::forward<EventDestinationT>(value); }
67 template<
typename EventDestinationT = EventDestination>
73 bool m_configurationSetNameHasBeenSet =
false;
76 bool m_eventDestinationHasBeenSet =
false;
UpdateConfigurationSetEventDestinationRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ConfigurationSetNameHasBeenSet() const
void SetConfigurationSetName(ConfigurationSetNameT &&value)
bool EventDestinationHasBeenSet() const
AWS_SES_API Aws::String SerializePayload() const override
const Aws::String & GetConfigurationSetName() const
void SetEventDestination(EventDestinationT &&value)
AWS_SES_API UpdateConfigurationSetEventDestinationRequest()=default
const EventDestination & GetEventDestination() const
UpdateConfigurationSetEventDestinationRequest & WithEventDestination(EventDestinationT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String