#[non_exhaustive]pub struct CreateConfigurationSetTrackingOptionsInput { /* private fields */ }
Expand description
Represents a request to create an open and click tracking option object in a configuration set.
Implementations§
source§impl CreateConfigurationSetTrackingOptionsInput
impl CreateConfigurationSetTrackingOptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfigurationSetTrackingOptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfigurationSetTrackingOptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateConfigurationSetTrackingOptions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConfigurationSetTrackingOptionsInput
.
source§impl CreateConfigurationSetTrackingOptionsInput
impl CreateConfigurationSetTrackingOptionsInput
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The name of the configuration set that the tracking options should be associated with.
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 CreateConfigurationSetTrackingOptionsInput
impl Clone for CreateConfigurationSetTrackingOptionsInput
source§fn clone(&self) -> CreateConfigurationSetTrackingOptionsInput
fn clone(&self) -> CreateConfigurationSetTrackingOptionsInput
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<CreateConfigurationSetTrackingOptionsInput> for CreateConfigurationSetTrackingOptionsInput
impl PartialEq<CreateConfigurationSetTrackingOptionsInput> for CreateConfigurationSetTrackingOptionsInput
source§fn eq(&self, other: &CreateConfigurationSetTrackingOptionsInput) -> bool
fn eq(&self, other: &CreateConfigurationSetTrackingOptionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.