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