Class AddCommunicationToCaseResult
- java.lang.Object
-
- com.amazonaws.services.support.model.AddCommunicationToCaseResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class AddCommunicationToCaseResult extends Object implements Serializable, Cloneable
The result of the AddCommunicationToCase operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddCommunicationToCaseResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddCommunicationToCaseResult
clone()
boolean
equals(Object obj)
Boolean
getResult()
True if AddCommunicationToCase succeeds.int
hashCode()
Boolean
isResult()
True if AddCommunicationToCase succeeds.void
setResult(Boolean result)
True if AddCommunicationToCase succeeds.String
toString()
Returns a string representation of this object; useful for testing and debugging.AddCommunicationToCaseResult
withResult(Boolean result)
True if AddCommunicationToCase succeeds.
-
-
-
Method Detail
-
setResult
public void setResult(Boolean result)
True if AddCommunicationToCase succeeds. Otherwise, returns an error.
- Parameters:
result
- True if AddCommunicationToCase succeeds. Otherwise, returns an error.
-
getResult
public Boolean getResult()
True if AddCommunicationToCase succeeds. Otherwise, returns an error.
- Returns:
- True if AddCommunicationToCase succeeds. Otherwise, returns an error.
-
withResult
public AddCommunicationToCaseResult withResult(Boolean result)
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
public Boolean isResult()
True if AddCommunicationToCase succeeds. Otherwise, returns an error.
- Returns:
- True if AddCommunicationToCase succeeds. Otherwise, returns an error.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AddCommunicationToCaseResult clone()
-
-