Struct aws_sdk_ses::operation::create_configuration_set_tracking_options::builders::CreateConfigurationSetTrackingOptionsInputBuilder
source · #[non_exhaustive]pub struct CreateConfigurationSetTrackingOptionsInputBuilder { /* private fields */ }
Expand description
A builder for CreateConfigurationSetTrackingOptionsInput
.
Implementations§
source§impl CreateConfigurationSetTrackingOptionsInputBuilder
impl CreateConfigurationSetTrackingOptionsInputBuilder
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The name of the configuration set that the tracking options should be associated with.
This field is required.sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name of the configuration set that the tracking options should be associated with.
sourcepub fn get_configuration_set_name(&self) -> &Option<String>
pub fn get_configuration_set_name(&self) -> &Option<String>
The name of the configuration set that the tracking options should be associated with.
sourcepub fn tracking_options(self, input: TrackingOptions) -> Self
pub fn tracking_options(self, input: TrackingOptions) -> Self
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.
This field is required.sourcepub fn set_tracking_options(self, input: Option<TrackingOptions>) -> Self
pub fn set_tracking_options(self, input: Option<TrackingOptions>) -> Self
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.
sourcepub fn get_tracking_options(&self) -> &Option<TrackingOptions>
pub fn get_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.
sourcepub fn build(
self
) -> Result<CreateConfigurationSetTrackingOptionsInput, BuildError>
pub fn build( self ) -> Result<CreateConfigurationSetTrackingOptionsInput, BuildError>
Consumes the builder and constructs a CreateConfigurationSetTrackingOptionsInput
.
source§impl CreateConfigurationSetTrackingOptionsInputBuilder
impl CreateConfigurationSetTrackingOptionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateConfigurationSetTrackingOptionsOutput, SdkError<CreateConfigurationSetTrackingOptionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateConfigurationSetTrackingOptionsOutput, SdkError<CreateConfigurationSetTrackingOptionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateConfigurationSetTrackingOptionsInputBuilder
impl Clone for CreateConfigurationSetTrackingOptionsInputBuilder
source§fn clone(&self) -> CreateConfigurationSetTrackingOptionsInputBuilder
fn clone(&self) -> CreateConfigurationSetTrackingOptionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateConfigurationSetTrackingOptionsInputBuilder
impl Default for CreateConfigurationSetTrackingOptionsInputBuilder
source§fn default() -> CreateConfigurationSetTrackingOptionsInputBuilder
fn default() -> CreateConfigurationSetTrackingOptionsInputBuilder
source§impl PartialEq for CreateConfigurationSetTrackingOptionsInputBuilder
impl PartialEq for CreateConfigurationSetTrackingOptionsInputBuilder
source§fn eq(&self, other: &CreateConfigurationSetTrackingOptionsInputBuilder) -> bool
fn eq(&self, other: &CreateConfigurationSetTrackingOptionsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.