#[non_exhaustive]pub struct UpdateConfigurationSetTrackingOptionsInput { /* private fields */ }
Expand description
Represents a request to update the tracking options for a configuration set.
Implementations§
source§impl UpdateConfigurationSetTrackingOptionsInput
impl UpdateConfigurationSetTrackingOptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConfigurationSetTrackingOptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConfigurationSetTrackingOptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateConfigurationSetTrackingOptions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConfigurationSetTrackingOptionsInput
.
source§impl UpdateConfigurationSetTrackingOptionsInput
impl UpdateConfigurationSetTrackingOptionsInput
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The name of the configuration set for which you want to update the custom tracking domain.
sourcepub fn tracking_options(&self) -> Option<&TrackingOptions>
pub fn tracking_options(&self) -> Option<&TrackingOptions>
A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.
For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.
Trait Implementations§
source§impl Clone for UpdateConfigurationSetTrackingOptionsInput
impl Clone for UpdateConfigurationSetTrackingOptionsInput
source§fn clone(&self) -> UpdateConfigurationSetTrackingOptionsInput
fn clone(&self) -> UpdateConfigurationSetTrackingOptionsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<UpdateConfigurationSetTrackingOptionsInput> for UpdateConfigurationSetTrackingOptionsInput
impl PartialEq<UpdateConfigurationSetTrackingOptionsInput> for UpdateConfigurationSetTrackingOptionsInput
source§fn eq(&self, other: &UpdateConfigurationSetTrackingOptionsInput) -> bool
fn eq(&self, other: &UpdateConfigurationSetTrackingOptionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.