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/TrackingOptions.h>
35 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateConfigurationSetTrackingOptions"; }
52 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
70 bool m_configurationSetNameHasBeenSet =
false;
73 bool m_trackingOptionsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool TrackingOptionsHasBeenSet() const
const TrackingOptions & GetTrackingOptions() const
void SetTrackingOptions(TrackingOptions &&value)
UpdateConfigurationSetTrackingOptionsRequest & WithTrackingOptions(const TrackingOptions &value)
void SetConfigurationSetName(Aws::String &&value)
AWS_SES_API UpdateConfigurationSetTrackingOptionsRequest()
void SetConfigurationSetName(const char *value)
UpdateConfigurationSetTrackingOptionsRequest & WithTrackingOptions(TrackingOptions &&value)
UpdateConfigurationSetTrackingOptionsRequest & WithConfigurationSetName(Aws::String &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
UpdateConfigurationSetTrackingOptionsRequest & WithConfigurationSetName(const Aws::String &value)
AWS_SES_API Aws::String SerializePayload() const override
void SetTrackingOptions(const TrackingOptions &value)
bool ConfigurationSetNameHasBeenSet() const
void SetConfigurationSetName(const Aws::String &value)
const Aws::String & GetConfigurationSetName() const
UpdateConfigurationSetTrackingOptionsRequest & WithConfigurationSetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String