Struct aws_sdk_support::model::communication::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Communication
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 text of the communication between the customer and AWS Support.
The text of the communication between the customer and AWS Support.
The identity of the account that submitted, or responded to, the support case.
Customer entries include the role or IAM user as well as the email address. For example,
"AdminRole (Role)
The identity of the account that submitted, or responded to, the support case.
Customer entries include the role or IAM user as well as the email address. For example,
"AdminRole (Role)
The time the communication was created.
The time the communication was created.
Appends an item to attachment_set
.
To override the contents of this collection use set_attachment_set
.
Information about the attachments to the case communication.
Information about the attachments to the case communication.
Consumes the builder and constructs a Communication
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