|
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.AddCommunicationToCaseResult
public class AddCommunicationToCaseResult
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constructor Summary | |
---|---|
AddCommunicationToCaseResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getResult()
Returns true if the AddCommunicationToCase succeeds. |
int |
hashCode()
|
java.lang.Boolean |
isResult()
Returns true if the AddCommunicationToCase succeeds. |
void |
setResult(java.lang.Boolean result)
Returns true if the AddCommunicationToCase succeeds. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AddCommunicationToCaseResult |
withResult(java.lang.Boolean result)
Returns true if the AddCommunicationToCase succeeds. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddCommunicationToCaseResult()
Method Detail |
---|
public java.lang.Boolean isResult()
public void setResult(java.lang.Boolean result)
result
- Returns true if the AddCommunicationToCase succeeds.
Returns an error otherwise.public AddCommunicationToCaseResult withResult(java.lang.Boolean result)
Returns a reference to this object so that method calls can be chained together.
result
- Returns true if the AddCommunicationToCase succeeds.
Returns an error otherwise.
public java.lang.Boolean getResult()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |