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>
40 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateConfigurationSetEventDestination"; }
56 template<
typename ConfigurationSetNameT = Aws::String>
57 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
58 template<
typename ConfigurationSetNameT = Aws::String>
69 template<
typename EventDestinationT = EventDestination>
70 void SetEventDestination(EventDestinationT&& value) { m_eventDestinationHasBeenSet =
true; m_eventDestination = std::forward<EventDestinationT>(value); }
71 template<
typename EventDestinationT = EventDestination>
77 bool m_configurationSetNameHasBeenSet =
false;
80 bool m_eventDestinationHasBeenSet =
false;
const EventDestination & GetEventDestination() const
virtual const char * GetServiceRequestName() const override
bool ConfigurationSetNameHasBeenSet() const
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateConfigurationSetEventDestinationRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
const Aws::String & GetConfigurationSetName() const
CreateConfigurationSetEventDestinationRequest & WithEventDestination(EventDestinationT &&value)
void SetConfigurationSetName(ConfigurationSetNameT &&value)
void SetEventDestination(EventDestinationT &&value)
AWS_SES_API Aws::String SerializePayload() const override
AWS_SES_API CreateConfigurationSetEventDestinationRequest()=default
bool EventDestinationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String