|
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(Object obj)
|
Boolean |
getResult()
Returns true if the AddCommunicationToCase succeeds. |
int |
hashCode()
|
Boolean |
isResult()
Returns true if the AddCommunicationToCase succeeds. |
void |
setResult(Boolean result)
Returns true if the AddCommunicationToCase succeeds. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AddCommunicationToCaseResult |
withResult(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 Boolean isResult()
public void setResult(Boolean result)
result
- Returns true if the AddCommunicationToCase succeeds.
Returns an error otherwise.public AddCommunicationToCaseResult withResult(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 Boolean getResult()
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 |