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