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 "CreateConfigurationSetEventDestination"; }
49 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
64 inline void SetEventDestinationName(
const char* value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName.assign(value); }
84 bool m_configurationSetNameHasBeenSet =
false;
87 bool m_eventDestinationNameHasBeenSet =
false;
90 bool m_eventDestinationHasBeenSet =
false;
void SetEventDestinationName(Aws::String &&value)
AWS_PINPOINTEMAIL_API CreateConfigurationSetEventDestinationRequest()
void SetConfigurationSetName(const Aws::String &value)
void SetEventDestinationName(const char *value)
const Aws::String & GetEventDestinationName() const
void SetEventDestinationName(const Aws::String &value)
bool EventDestinationNameHasBeenSet() const
const Aws::String & GetConfigurationSetName() const
bool ConfigurationSetNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateConfigurationSetEventDestinationRequest & WithEventDestinationName(const char *value)
void SetConfigurationSetName(Aws::String &&value)
void SetConfigurationSetName(const char *value)
void SetEventDestination(const EventDestinationDefinition &value)
CreateConfigurationSetEventDestinationRequest & WithConfigurationSetName(Aws::String &&value)
CreateConfigurationSetEventDestinationRequest & WithEventDestination(const EventDestinationDefinition &value)
CreateConfigurationSetEventDestinationRequest & WithConfigurationSetName(const char *value)
void SetEventDestination(EventDestinationDefinition &&value)
CreateConfigurationSetEventDestinationRequest & WithEventDestinationName(Aws::String &&value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
CreateConfigurationSetEventDestinationRequest & WithConfigurationSetName(const Aws::String &value)
CreateConfigurationSetEventDestinationRequest & WithEventDestinationName(const Aws::String &value)
const EventDestinationDefinition & GetEventDestination() const
bool EventDestinationHasBeenSet() const
CreateConfigurationSetEventDestinationRequest & WithEventDestination(EventDestinationDefinition &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String