7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/SESV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
54 bool m_configurationSetNameHasBeenSet =
false;
void SetConfigurationSetName(Aws::String &&value)
AWS_SESV2_API DeleteConfigurationSetRequest()
bool ConfigurationSetNameHasBeenSet() const
void SetConfigurationSetName(const Aws::String &value)
const Aws::String & GetConfigurationSetName() const
virtual const char * GetServiceRequestName() const override
DeleteConfigurationSetRequest & WithConfigurationSetName(Aws::String &&value)
void SetConfigurationSetName(const char *value)
AWS_SESV2_API Aws::String SerializePayload() const override
DeleteConfigurationSetRequest & WithConfigurationSetName(const Aws::String &value)
DeleteConfigurationSetRequest & WithConfigurationSetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String