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"; }
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>
60 template<
typename TrackingOptionsT = TrackingOptions>
61 void SetTrackingOptions(TrackingOptionsT&& value) { m_trackingOptionsHasBeenSet =
true; m_trackingOptions = std::forward<TrackingOptionsT>(value); }
62 template<
typename TrackingOptionsT = TrackingOptions>
68 bool m_configurationSetNameHasBeenSet =
false;
71 bool m_trackingOptionsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool TrackingOptionsHasBeenSet() const
const TrackingOptions & GetTrackingOptions() const
UpdateConfigurationSetTrackingOptionsRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
void SetTrackingOptions(TrackingOptionsT &&value)
void SetConfigurationSetName(ConfigurationSetNameT &&value)
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_SES_API Aws::String SerializePayload() const override
AWS_SES_API UpdateConfigurationSetTrackingOptionsRequest()=default
bool ConfigurationSetNameHasBeenSet() const
const Aws::String & GetConfigurationSetName() const
UpdateConfigurationSetTrackingOptionsRequest & WithTrackingOptions(TrackingOptionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String