Container for the parameters to the AddCommunicationToCase operation.
Adds additional customer communication to an AWS Support case. You use the CaseId value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the CcEmailAddresses value. The CommunicationBody value contains the text of the communication.
The response indicates the success or failure of the request.
This operation implements a subset of the behavior on the AWS Support Your Support Cases web form.

C# |
public class AddCommunicationToCaseRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AddCommunicationToCaseRequest()()()() | Initializes a new instance of the AddCommunicationToCaseRequest class |
![]() | CaseId |
The AWS 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 |
![]() | CcEmailAddresses |
The email addresses in the CC line of an email to be added to the support case.
Constraints: |
![]() | CommunicationBody |
The body of an email communication to add to the support case.
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCaseId(String) | Obsolete.
Sets the CaseId property
|
![]() | WithCcEmailAddresses(array<String>[]()[][]) | Obsolete.
Adds elements to the CcEmailAddresses collection
|
![]() | WithCcEmailAddresses(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the CcEmailAddresses collection
|
![]() | WithCommunicationBody(String) | Obsolete.
Sets the CommunicationBody property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | AddCommunicationToCaseRequest |