public class Communication
extends java.lang.Object
implements java.io.Serializable
Object that exposes the fields used by a communication for an AWS Support case.
| コンストラクタと説明 |
|---|
Communication() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBody()
Contains the text of the the commmunication between the customer and
AWS Support.
|
java.lang.String |
getCaseId()
String that indicates the AWS Support caseID requested or returned in
the call.
|
java.lang.String |
getSubmittedBy()
Email address of the account that submitted the AWS Support case.
|
java.lang.String |
getTimeCreated()
Time the support case was created.
|
int |
hashCode() |
void |
setBody(java.lang.String body)
Contains the text of the the commmunication between the customer and
AWS Support.
|
void |
setCaseId(java.lang.String caseId)
String that indicates the AWS Support caseID requested or returned in
the call.
|
void |
setSubmittedBy(java.lang.String submittedBy)
Email address of the account that submitted the AWS Support case.
|
void |
setTimeCreated(java.lang.String timeCreated)
Time the support case was created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Communication |
withBody(java.lang.String body)
Contains the text of the the commmunication between the customer and
AWS Support.
|
Communication |
withCaseId(java.lang.String caseId)
String that indicates the AWS Support caseID requested or returned in
the call.
|
Communication |
withSubmittedBy(java.lang.String submittedBy)
Email address of the account that submitted the AWS Support case.
|
Communication |
withTimeCreated(java.lang.String timeCreated)
Time the support case was created.
|
public java.lang.String getCaseId()
public void setCaseId(java.lang.String caseId)
caseId - String that indicates the AWS Support caseID requested or returned in
the call. The caseID is an alphanumeric string formatted as shown in
this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47public Communication withCaseId(java.lang.String caseId)
Returns a reference to this object so that method calls can be chained together.
caseId - String that indicates the AWS Support caseID requested or returned in
the call. The caseID is an alphanumeric string formatted as shown in
this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47public java.lang.String getBody()
public void setBody(java.lang.String body)
body - Contains the text of the the commmunication between the customer and
AWS Support.public Communication withBody(java.lang.String body)
Returns a reference to this object so that method calls can be chained together.
body - Contains the text of the the commmunication between the customer and
AWS Support.public java.lang.String getSubmittedBy()
public void setSubmittedBy(java.lang.String submittedBy)
submittedBy - Email address of the account that submitted the AWS Support case.public Communication withSubmittedBy(java.lang.String submittedBy)
Returns a reference to this object so that method calls can be chained together.
submittedBy - Email address of the account that submitted the AWS Support case.public java.lang.String getTimeCreated()
public void setTimeCreated(java.lang.String timeCreated)
timeCreated - Time the support case was created.public Communication withTimeCreated(java.lang.String timeCreated)
Returns a reference to this object so that method calls can be chained together.
timeCreated - Time the support case was created.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object