7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PinpointEmail
34 inline virtual const char*
GetServiceRequestName()
const override {
return "PutConfigurationSetSendingOptions"; }
48 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
61 inline void SetSendingEnabled(
bool value) { m_sendingEnabledHasBeenSet =
true; m_sendingEnabled = value; }
67 bool m_configurationSetNameHasBeenSet =
false;
69 bool m_sendingEnabled;
70 bool m_sendingEnabledHasBeenSet =
false;
bool SendingEnabledHasBeenSet() const
const Aws::String & GetConfigurationSetName() const
bool GetSendingEnabled() const
void SetConfigurationSetName(const char *value)
AWS_PINPOINTEMAIL_API PutConfigurationSetSendingOptionsRequest()
void SetSendingEnabled(bool value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
PutConfigurationSetSendingOptionsRequest & WithConfigurationSetName(const char *value)
PutConfigurationSetSendingOptionsRequest & WithSendingEnabled(bool value)
PutConfigurationSetSendingOptionsRequest & WithConfigurationSetName(Aws::String &&value)
bool ConfigurationSetNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetConfigurationSetName(Aws::String &&value)
void SetConfigurationSetName(const Aws::String &value)
PutConfigurationSetSendingOptionsRequest & WithConfigurationSetName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String