Did this page help you?

   Yes   No   Tell us about it...

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

Returns the objects or data listed below if successful. Otherwise, returns an error.

See Also:
Serialized Form

Constructor Summary
AddCommunicationToCaseResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean getResult()
          Returns true if the AddCommunicationToCase succeeds.
 int hashCode()
           
 Boolean isResult()
          Returns true if the AddCommunicationToCase succeeds.
 void setResult(Boolean result)
          Returns true if the AddCommunicationToCase succeeds.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AddCommunicationToCaseResult withResult(Boolean result)
          Returns true if the AddCommunicationToCase succeeds.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddCommunicationToCaseResult

public AddCommunicationToCaseResult()
Method Detail

isResult

public Boolean isResult()
Returns true if the AddCommunicationToCase succeeds. Returns an error otherwise.

Returns:
Returns true if the AddCommunicationToCase succeeds. Returns an error otherwise.

setResult

public void setResult(Boolean result)
Returns true if the AddCommunicationToCase succeeds. Returns an error otherwise.

Parameters:
result - Returns true if the AddCommunicationToCase succeeds. Returns an error otherwise.

withResult

public AddCommunicationToCaseResult withResult(Boolean result)
Returns true if the AddCommunicationToCase succeeds. Returns an error otherwise.

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

Parameters:
result - Returns true if the AddCommunicationToCase succeeds. Returns an error otherwise.
Returns:
A reference to this updated object so that method calls can be chained together.

getResult

public Boolean getResult()
Returns true if the AddCommunicationToCase succeeds. Returns an error otherwise.

Returns:
Returns true if the AddCommunicationToCase succeeds. Returns an error otherwise.

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 © 2010 Amazon Web Services, Inc. All Rights Reserved.