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 AddCommunicationToCaseResultclone()booleanequals(Object obj)BooleangetResult()True if AddCommunicationToCase succeeds.inthashCode()BooleanisResult()True if AddCommunicationToCase succeeds.voidsetResult(Boolean result)True if AddCommunicationToCase succeeds.StringtoString()Returns a string representation of this object; useful for testing and debugging.AddCommunicationToCaseResultwithResult(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AddCommunicationToCaseResult clone()
-
-