Struct aws_sdk_sesv2::operation::get_configuration_set::builders::GetConfigurationSetOutputBuilder
source · #[non_exhaustive]pub struct GetConfigurationSetOutputBuilder { /* private fields */ }Expand description
A builder for GetConfigurationSetOutput.
Implementations§
source§impl GetConfigurationSetOutputBuilder
impl GetConfigurationSetOutputBuilder
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.
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 tracking_options(self, input: TrackingOptions) -> Self
pub fn tracking_options(self, input: TrackingOptions) -> Self
An object that defines the open and click tracking options for emails that you send using the configuration set.
sourcepub fn set_tracking_options(self, input: Option<TrackingOptions>) -> Self
pub fn set_tracking_options(self, input: Option<TrackingOptions>) -> Self
An object that defines the open and click tracking options for emails that you send using the configuration set.
sourcepub fn get_tracking_options(&self) -> &Option<TrackingOptions>
pub fn get_tracking_options(&self) -> &Option<TrackingOptions>
An object that defines the open and click tracking options for emails that you send using the configuration set.
sourcepub fn delivery_options(self, input: DeliveryOptions) -> Self
pub fn delivery_options(self, input: DeliveryOptions) -> Self
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
sourcepub fn set_delivery_options(self, input: Option<DeliveryOptions>) -> Self
pub fn set_delivery_options(self, input: Option<DeliveryOptions>) -> Self
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
sourcepub fn get_delivery_options(&self) -> &Option<DeliveryOptions>
pub fn get_delivery_options(&self) -> &Option<DeliveryOptions>
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
sourcepub fn reputation_options(self, input: ReputationOptions) -> Self
pub fn reputation_options(self, input: ReputationOptions) -> Self
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
sourcepub fn set_reputation_options(self, input: Option<ReputationOptions>) -> Self
pub fn set_reputation_options(self, input: Option<ReputationOptions>) -> Self
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
sourcepub fn get_reputation_options(&self) -> &Option<ReputationOptions>
pub fn get_reputation_options(&self) -> &Option<ReputationOptions>
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
sourcepub fn sending_options(self, input: SendingOptions) -> Self
pub fn sending_options(self, input: SendingOptions) -> Self
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
sourcepub fn set_sending_options(self, input: Option<SendingOptions>) -> Self
pub fn set_sending_options(self, input: Option<SendingOptions>) -> Self
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
sourcepub fn get_sending_options(&self) -> &Option<SendingOptions>
pub fn get_sending_options(&self) -> &Option<SendingOptions>
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
Appends an item to tags.
To override the contents of this collection use set_tags.
An array of objects that define the tags (keys and values) that are associated with the configuration set.
An array of objects that define the tags (keys and values) that are associated with the configuration set.
An array of objects that define the tags (keys and values) that are associated with the configuration set.
sourcepub fn suppression_options(self, input: SuppressionOptions) -> Self
pub fn suppression_options(self, input: SuppressionOptions) -> Self
An object that contains information about the suppression list preferences for your account.
sourcepub fn set_suppression_options(self, input: Option<SuppressionOptions>) -> Self
pub fn set_suppression_options(self, input: Option<SuppressionOptions>) -> Self
An object that contains information about the suppression list preferences for your account.
sourcepub fn get_suppression_options(&self) -> &Option<SuppressionOptions>
pub fn get_suppression_options(&self) -> &Option<SuppressionOptions>
An object that contains information about the suppression list preferences for your account.
sourcepub fn vdm_options(self, input: VdmOptions) -> Self
pub fn vdm_options(self, input: VdmOptions) -> Self
An object that contains information about the VDM preferences for your configuration set.
sourcepub fn set_vdm_options(self, input: Option<VdmOptions>) -> Self
pub fn set_vdm_options(self, input: Option<VdmOptions>) -> Self
An object that contains information about the VDM preferences for your configuration set.
sourcepub fn get_vdm_options(&self) -> &Option<VdmOptions>
pub fn get_vdm_options(&self) -> &Option<VdmOptions>
An object that contains information about the VDM preferences for your configuration set.
sourcepub fn build(self) -> GetConfigurationSetOutput
pub fn build(self) -> GetConfigurationSetOutput
Consumes the builder and constructs a GetConfigurationSetOutput.
Trait Implementations§
source§impl Clone for GetConfigurationSetOutputBuilder
impl Clone for GetConfigurationSetOutputBuilder
source§fn clone(&self) -> GetConfigurationSetOutputBuilder
fn clone(&self) -> GetConfigurationSetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetConfigurationSetOutputBuilder
impl Default for GetConfigurationSetOutputBuilder
source§fn default() -> GetConfigurationSetOutputBuilder
fn default() -> GetConfigurationSetOutputBuilder
source§impl PartialEq for GetConfigurationSetOutputBuilder
impl PartialEq for GetConfigurationSetOutputBuilder
source§fn eq(&self, other: &GetConfigurationSetOutputBuilder) -> bool
fn eq(&self, other: &GetConfigurationSetOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.