Struct aws_sdk_sesv2::operation::put_configuration_set_tracking_options::builders::PutConfigurationSetTrackingOptionsInputBuilder
source · #[non_exhaustive]pub struct PutConfigurationSetTrackingOptionsInputBuilder { /* private fields */ }Expand description
A builder for PutConfigurationSetTrackingOptionsInput.
Implementations§
source§impl PutConfigurationSetTrackingOptionsInputBuilder
impl PutConfigurationSetTrackingOptionsInputBuilder
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.
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.
sourcepub fn get_configuration_set_name(&self) -> &Option<String>
pub fn get_configuration_set_name(&self) -> &Option<String>
The name of the configuration set.
sourcepub fn custom_redirect_domain(self, input: impl Into<String>) -> Self
pub fn custom_redirect_domain(self, input: impl Into<String>) -> Self
The domain to use to track open and click events.
sourcepub fn set_custom_redirect_domain(self, input: Option<String>) -> Self
pub fn set_custom_redirect_domain(self, input: Option<String>) -> Self
The domain to use to track open and click events.
sourcepub fn get_custom_redirect_domain(&self) -> &Option<String>
pub fn get_custom_redirect_domain(&self) -> &Option<String>
The domain to use to track open and click events.
sourcepub fn build(
self
) -> Result<PutConfigurationSetTrackingOptionsInput, BuildError>
pub fn build( self ) -> Result<PutConfigurationSetTrackingOptionsInput, BuildError>
Consumes the builder and constructs a PutConfigurationSetTrackingOptionsInput.
source§impl PutConfigurationSetTrackingOptionsInputBuilder
impl PutConfigurationSetTrackingOptionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<PutConfigurationSetTrackingOptionsOutput, SdkError<PutConfigurationSetTrackingOptionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<PutConfigurationSetTrackingOptionsOutput, SdkError<PutConfigurationSetTrackingOptionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for PutConfigurationSetTrackingOptionsInputBuilder
impl Clone for PutConfigurationSetTrackingOptionsInputBuilder
source§fn clone(&self) -> PutConfigurationSetTrackingOptionsInputBuilder
fn clone(&self) -> PutConfigurationSetTrackingOptionsInputBuilder
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 Default for PutConfigurationSetTrackingOptionsInputBuilder
impl Default for PutConfigurationSetTrackingOptionsInputBuilder
source§fn default() -> PutConfigurationSetTrackingOptionsInputBuilder
fn default() -> PutConfigurationSetTrackingOptionsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutConfigurationSetTrackingOptionsInputBuilder
impl PartialEq for PutConfigurationSetTrackingOptionsInputBuilder
source§fn eq(&self, other: &PutConfigurationSetTrackingOptionsInputBuilder) -> bool
fn eq(&self, other: &PutConfigurationSetTrackingOptionsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutConfigurationSetTrackingOptionsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutConfigurationSetTrackingOptionsInputBuilder
impl Send for PutConfigurationSetTrackingOptionsInputBuilder
impl Sync for PutConfigurationSetTrackingOptionsInputBuilder
impl Unpin for PutConfigurationSetTrackingOptionsInputBuilder
impl UnwindSafe for PutConfigurationSetTrackingOptionsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.