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()
boolean
True if AddCommunicationToCase succeeds.int
hashCode()
isResult()
True if AddCommunicationToCase succeeds.void
True 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
-