Struct aws_sdk_support::input::add_communication_to_case_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AddCommunicationToCaseInput
Implementations
The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
The body of an email communication to add to the support case.
The body of an email communication to add to the support case.
Appends an item to cc_email_addresses
.
To override the contents of this collection use set_cc_email_addresses
.
The email addresses in the CC line of an email to be added to the support case.
The email addresses in the CC line of an email to be added to the support case.
The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
Consumes the builder and constructs a AddCommunicationToCaseInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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