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/DeliveryOptions.h>
35 inline virtual const char*
GetServiceRequestName()
const override {
return "PutConfigurationSetDeliveryOptions"; }
52 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
73 bool m_configurationSetNameHasBeenSet =
false;
76 bool m_deliveryOptionsHasBeenSet =
false;
void SetConfigurationSetName(const Aws::String &value)
void SetDeliveryOptions(const DeliveryOptions &value)
bool DeliveryOptionsHasBeenSet() const
PutConfigurationSetDeliveryOptionsRequest & WithDeliveryOptions(const DeliveryOptions &value)
PutConfigurationSetDeliveryOptionsRequest & WithDeliveryOptions(DeliveryOptions &&value)
bool ConfigurationSetNameHasBeenSet() const
AWS_SES_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const DeliveryOptions & GetDeliveryOptions() const
void SetDeliveryOptions(DeliveryOptions &&value)
const Aws::String & GetConfigurationSetName() const
void SetConfigurationSetName(const char *value)
void SetConfigurationSetName(Aws::String &&value)
PutConfigurationSetDeliveryOptionsRequest & WithConfigurationSetName(const char *value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
PutConfigurationSetDeliveryOptionsRequest & WithConfigurationSetName(Aws::String &&value)
AWS_SES_API PutConfigurationSetDeliveryOptionsRequest()
PutConfigurationSetDeliveryOptionsRequest & WithConfigurationSetName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String