Class AddCommunicationToCaseResult
java.lang.Object
com.amazonaws.services.support.model.AddCommunicationToCaseResult
- All Implemented Interfaces:
Serializable,Cloneable
The result of the AddCommunicationToCase operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTrue if AddCommunicationToCase succeeds.inthashCode()isResult()True if AddCommunicationToCase succeeds.voidTrue if AddCommunicationToCase succeeds.toString()Returns a string representation of this object; useful for testing and debugging.withResult(Boolean result) True if AddCommunicationToCase succeeds.
-
Constructor Details
-
AddCommunicationToCaseResult
public AddCommunicationToCaseResult()
-
-
Method Details
-
setResult
True if AddCommunicationToCase succeeds. Otherwise, returns an error.
- Parameters:
result- True if AddCommunicationToCase succeeds. Otherwise, returns an error.
-
getResult
True if AddCommunicationToCase succeeds. Otherwise, returns an error.
- Returns:
- True if AddCommunicationToCase succeeds. Otherwise, returns an error.
-
withResult
True if AddCommunicationToCase succeeds. Otherwise, returns an error.
- Parameters:
result- True if AddCommunicationToCase succeeds. Otherwise, returns an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isResult
True if AddCommunicationToCase succeeds. Otherwise, returns an error.
- Returns:
- True if AddCommunicationToCase succeeds. Otherwise, returns an error.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-