Struct aws_sdk_support::input::AddCommunicationToCaseInput [−][src]
#[non_exhaustive]pub struct AddCommunicationToCaseInput {
pub case_id: Option<String>,
pub communication_body: Option<String>,
pub cc_email_addresses: Option<Vec<String>>,
pub attachment_set_id: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.case_id: Option<String>
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
communication_body: Option<String>
The body of an email communication to add to the support case.
cc_email_addresses: Option<Vec<String>>
The email addresses in the CC line of an email to be added to the support case.
attachment_set_id: Option<String>
The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddCommunicationToCase, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddCommunicationToCase, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AddCommunicationToCase
>
Creates a new builder-style object to manufacture AddCommunicationToCaseInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AddCommunicationToCaseInput
impl Send for AddCommunicationToCaseInput
impl Sync for AddCommunicationToCaseInput
impl Unpin for AddCommunicationToCaseInput
impl UnwindSafe for AddCommunicationToCaseInput
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