public class AddCommunicationToCaseResult extends Object implements Serializable
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constructor and Description |
---|
AddCommunicationToCaseResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.