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"; }
50 template<
typename ConfigurationSetNameT = Aws::String>
51 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
52 template<
typename ConfigurationSetNameT = Aws::String>
63 template<
typename DeliveryOptionsT = DeliveryOptions>
64 void SetDeliveryOptions(DeliveryOptionsT&& value) { m_deliveryOptionsHasBeenSet =
true; m_deliveryOptions = std::forward<DeliveryOptionsT>(value); }
65 template<
typename DeliveryOptionsT = DeliveryOptions>
71 bool m_configurationSetNameHasBeenSet =
false;
74 bool m_deliveryOptionsHasBeenSet =
false;
AWS_SES_API PutConfigurationSetDeliveryOptionsRequest()=default
bool DeliveryOptionsHasBeenSet() const
void SetConfigurationSetName(ConfigurationSetNameT &&value)
bool ConfigurationSetNameHasBeenSet() const
AWS_SES_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const DeliveryOptions & GetDeliveryOptions() const
PutConfigurationSetDeliveryOptionsRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
const Aws::String & GetConfigurationSetName() const
void SetDeliveryOptions(DeliveryOptionsT &&value)
PutConfigurationSetDeliveryOptionsRequest & WithDeliveryOptions(DeliveryOptionsT &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String