Exposes the fields used by a communication for an AWS Support case.

C# |
public class Communication

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Communication()()()() | Initializes a new instance of the Communication class |
![]() | Body |
The text of the communication between the customer and AWS Support.
|
![]() | 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 |
![]() | 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.) |
![]() | SubmittedBy |
The email address of the account that submitted the AWS Support case.
|
![]() | TimeCreated |
The time the support case was created.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithBody(String) | Obsolete.
Sets the Body property
|
![]() | WithCaseId(String) | Obsolete.
Sets the CaseId property
|
![]() | WithSubmittedBy(String) | Obsolete.
Sets the SubmittedBy property
|
![]() | WithTimeCreated(String) | Obsolete.
Sets the TimeCreated property
|

Object | |
![]() | Communication |