#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for EmailChannelResponse

Implementations

The unique identifier for the application that the email channel applies to.

The unique identifier for the application that the email channel applies to.

The Amazon SES configuration set that's applied to messages that are sent through the channel.

The Amazon SES configuration set that's applied to messages that are sent through the channel.

The date and time, in ISO 8601 format, when the email channel was enabled.

The date and time, in ISO 8601 format, when the email channel was enabled.

Specifies whether the email channel is enabled for the application.

Specifies whether the email channel is enabled for the application.

The verified email address that email is sent from when you send email through the channel.

The verified email address that email is sent from when you send email through the channel.

(Not used) This property is retained only for backward compatibility.

(Not used) This property is retained only for backward compatibility.

(Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.

(Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.

The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.

The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.

Specifies whether the email channel is archived.

Specifies whether the email channel is archived.

The user who last modified the email channel.

The user who last modified the email channel.

The date and time, in ISO 8601 format, when the email channel was last modified.

The date and time, in ISO 8601 format, when the email channel was last modified.

The maximum number of emails that can be sent through the channel each second.

The maximum number of emails that can be sent through the channel each second.

The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.

The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.

The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.

The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.

The current version of the email channel.

The current version of the email channel.

Consumes the builder and constructs a EmailChannelResponse

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more