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