#[non_exhaustive]pub struct CreateConfigurationSetInput { /* private fields */ }Expand description
A request to create a configuration set.
Implementations§
source§impl CreateConfigurationSetInput
impl CreateConfigurationSetInput
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
sourcepub fn tracking_options(&self) -> Option<&TrackingOptions>
pub fn 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) -> Option<&DeliveryOptions>
pub fn 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) -> Option<&ReputationOptions>
pub fn 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) -> Option<&SendingOptions>
pub fn sending_options(&self) -> Option<&SendingOptions>
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
An array of objects that define the tags (keys and values) to associate with the configuration set.
sourcepub fn suppression_options(&self) -> Option<&SuppressionOptions>
pub fn suppression_options(&self) -> Option<&SuppressionOptions>
An object that contains information about the suppression list preferences for your account.
sourcepub fn vdm_options(&self) -> Option<&VdmOptions>
pub fn vdm_options(&self) -> Option<&VdmOptions>
An object that defines the VDM options for emails that you send using the configuration set.
source§impl CreateConfigurationSetInput
impl CreateConfigurationSetInput
sourcepub fn builder() -> CreateConfigurationSetInputBuilder
pub fn builder() -> CreateConfigurationSetInputBuilder
Creates a new builder-style object to manufacture CreateConfigurationSetInput.
source§impl CreateConfigurationSetInput
impl CreateConfigurationSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfigurationSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateConfigurationSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateConfigurationSet>
Trait Implementations§
source§impl Clone for CreateConfigurationSetInput
impl Clone for CreateConfigurationSetInput
source§fn clone(&self) -> CreateConfigurationSetInput
fn clone(&self) -> CreateConfigurationSetInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateConfigurationSetInput
impl Debug for CreateConfigurationSetInput
source§impl PartialEq<CreateConfigurationSetInput> for CreateConfigurationSetInput
impl PartialEq<CreateConfigurationSetInput> for CreateConfigurationSetInput
source§fn eq(&self, other: &CreateConfigurationSetInput) -> bool
fn eq(&self, other: &CreateConfigurationSetInput) -> bool
self and other values to be equal, and is used
by ==.