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"; }
58 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
79 bool m_configurationSetNameHasBeenSet =
false;
82 bool m_eventDestinationHasBeenSet =
false;
AWS_SES_API CreateConfigurationSetEventDestinationRequest()
void SetEventDestination(EventDestination &&value)
const EventDestination & GetEventDestination() const
void SetConfigurationSetName(const char *value)
virtual const char * GetServiceRequestName() const override
bool ConfigurationSetNameHasBeenSet() const
CreateConfigurationSetEventDestinationRequest & WithConfigurationSetName(Aws::String &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetConfigurationSetName(Aws::String &&value)
CreateConfigurationSetEventDestinationRequest & WithConfigurationSetName(const char *value)
const Aws::String & GetConfigurationSetName() const
CreateConfigurationSetEventDestinationRequest & WithEventDestination(const EventDestination &value)
void SetEventDestination(const EventDestination &value)
AWS_SES_API Aws::String SerializePayload() const override
CreateConfigurationSetEventDestinationRequest & WithEventDestination(EventDestination &&value)
CreateConfigurationSetEventDestinationRequest & WithConfigurationSetName(const Aws::String &value)
void SetConfigurationSetName(const Aws::String &value)
bool EventDestinationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String