com.amazonaws.services.support.model
Class AddCommunicationToCaseResult

java.lang.Object
  extended by com.amazonaws.services.support.model.AddCommunicationToCaseResult
All Implemented Interfaces:
Serializable

public class AddCommunicationToCaseResult
extends Object
implements Serializable

Contains the following objects or data if successful. Otherwise, returns an error.

See Also:
Serialized Form

Constructor Summary
AddCommunicationToCaseResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddCommunicationToCaseResult

public AddCommunicationToCaseResult()
Method Detail

isResult

public Boolean isResult()
True if AddCommunicationToCase succeeds. Otherwise, returns an error.

Returns:
True if AddCommunicationToCase succeeds. Otherwise, returns an error.

setResult

public void setResult(Boolean result)
True if AddCommunicationToCase succeeds. Otherwise, returns an error.

Parameters:
result - True if AddCommunicationToCase succeeds. Otherwise, returns an error.

withResult

public AddCommunicationToCaseResult withResult(Boolean result)
True if AddCommunicationToCase succeeds. Otherwise, returns an error.

Returns a reference to this object so that method calls can be chained together.

Parameters:
result - True if AddCommunicationToCase succeeds. Otherwise, returns an error.
Returns:
A reference to this updated object so that method calls can be chained together.

getResult

public Boolean getResult()
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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.