7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint-email/model/EventDestinationDefinition.h>
15namespace PinpointEmail
35 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateConfigurationSetEventDestination"; }
49 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
63 inline void SetEventDestinationName(
const char* value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName.assign(value); }
83 bool m_configurationSetNameHasBeenSet =
false;
86 bool m_eventDestinationNameHasBeenSet =
false;
89 bool m_eventDestinationHasBeenSet =
false;
const EventDestinationDefinition & GetEventDestination() const
const Aws::String & GetConfigurationSetName() const
UpdateConfigurationSetEventDestinationRequest & WithEventDestinationName(const char *value)
void SetEventDestination(const EventDestinationDefinition &value)
bool EventDestinationNameHasBeenSet() const
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
void SetEventDestinationName(Aws::String &&value)
const Aws::String & GetEventDestinationName() const
void SetConfigurationSetName(const char *value)
void SetConfigurationSetName(Aws::String &&value)
bool EventDestinationHasBeenSet() const
UpdateConfigurationSetEventDestinationRequest & WithEventDestination(const EventDestinationDefinition &value)
virtual const char * GetServiceRequestName() const override
void SetConfigurationSetName(const Aws::String &value)
UpdateConfigurationSetEventDestinationRequest & WithConfigurationSetName(const Aws::String &value)
UpdateConfigurationSetEventDestinationRequest & WithEventDestination(EventDestinationDefinition &&value)
UpdateConfigurationSetEventDestinationRequest & WithEventDestinationName(Aws::String &&value)
AWS_PINPOINTEMAIL_API UpdateConfigurationSetEventDestinationRequest()
void SetEventDestinationName(const Aws::String &value)
void SetEventDestinationName(const char *value)
UpdateConfigurationSetEventDestinationRequest & WithConfigurationSetName(Aws::String &&value)
UpdateConfigurationSetEventDestinationRequest & WithEventDestinationName(const Aws::String &value)
void SetEventDestination(EventDestinationDefinition &&value)
bool ConfigurationSetNameHasBeenSet() const
UpdateConfigurationSetEventDestinationRequest & WithConfigurationSetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String