|
Did this page help you?Yes No Tell us about it... |
||||||
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
Object that exposes the fields used by a communication for an AWS Support case.
Constructor Summary | |
---|---|
Communication()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getBody()
Contains the text of the the commmunication between the customer and AWS Support. |
String |
getCaseId()
String that indicates the AWS Support caseID requested or returned in the call. |
String |
getSubmittedBy()
Email address of the account that submitted the AWS Support case. |
String |
getTimeCreated()
Time the support case was created. |
int |
hashCode()
|
void |
setBody(String body)
Contains the text of the the commmunication between the customer and AWS Support. |
void |
setCaseId(String caseId)
String that indicates the AWS Support caseID requested or returned in the call. |
void |
setSubmittedBy(String submittedBy)
Email address of the account that submitted the AWS Support case. |
void |
setTimeCreated(String timeCreated)
Time the support case was created. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Communication |
withBody(String body)
Contains the text of the the commmunication between the customer and AWS Support. |
Communication |
withCaseId(String caseId)
String that indicates the AWS Support caseID requested or returned in the call. |
Communication |
withSubmittedBy(String submittedBy)
Email address of the account that submitted the AWS Support case. |
Communication |
withTimeCreated(String timeCreated)
Time the support case was created. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Communication()
Method Detail |
---|
public String getCaseId()
public void setCaseId(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(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-c4c1d2bf33c5cf47
public String getBody()
public void setBody(String body)
body
- Contains the text of the the commmunication 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
- Contains the text of the the commmunication between the customer and
AWS Support.
public String getSubmittedBy()
public void setSubmittedBy(String submittedBy)
submittedBy
- 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
- Email address of the account that submitted the AWS Support case.
public String getTimeCreated()
public void setTimeCreated(String timeCreated)
timeCreated
- 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
- 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 |