|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.Communication
public class Communication
Exposes the fields used by a communication for an AWS Support case.
Constructor Summary | |
---|---|
Communication()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getBody()
The text of the communication between the customer and AWS Support. |
String |
getCaseId()
The AWS Support case ID requested or returned in the call. |
String |
getSubmittedBy()
The email address of the account that submitted the AWS Support case. |
String |
getTimeCreated()
The time the support case was created. |
int |
hashCode()
|
void |
setBody(String body)
The text of the communication between the customer and AWS Support. |
void |
setCaseId(String caseId)
The AWS Support case ID requested or returned in the call. |
void |
setSubmittedBy(String submittedBy)
The email address of the account that submitted the AWS Support case. |
void |
setTimeCreated(String timeCreated)
The time the support case was created. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Communication |
withBody(String body)
The text of the communication between the customer and AWS Support. |
Communication |
withCaseId(String caseId)
The AWS Support case ID requested or returned in the call. |
Communication |
withSubmittedBy(String submittedBy)
The email address of the account that submitted the AWS Support case. |
Communication |
withTimeCreated(String timeCreated)
The time the support case was created. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Communication()
Method Detail |
---|
public String getCaseId()
public void setCaseId(String caseId)
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-c4c1d2bf33c5cf47public Communication withCaseId(String caseId)
Returns a reference to this object so that method calls can be chained together.
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
public String getBody()
public void setBody(String body)
body
- The text of the communication between the customer and AWS Support.public Communication withBody(String body)
Returns a reference to this object so that method calls can be chained together.
body
- The text of the communication between the customer and AWS Support.
public String getSubmittedBy()
public void setSubmittedBy(String submittedBy)
submittedBy
- The email address of the account that submitted the AWS Support case.public Communication withSubmittedBy(String submittedBy)
Returns a reference to this object so that method calls can be chained together.
submittedBy
- The email address of the account that submitted the AWS Support case.
public String getTimeCreated()
public void setTimeCreated(String timeCreated)
timeCreated
- The time the support case was created.public Communication withTimeCreated(String timeCreated)
Returns a reference to this object so that method calls can be chained together.
timeCreated
- The time the support case was created.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |