Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class DeleteDomainResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.DeleteDomainResult
All Implemented Interfaces:
Serializable

public class DeleteDomainResult
extends Object
implements Serializable

A response message that contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.

See Also:
Serialized Form

Constructor Summary
DeleteDomainResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 DomainStatus getDomainStatus()
          The current status of the search domain.
 int hashCode()
           
 void setDomainStatus(DomainStatus domainStatus)
          The current status of the search domain.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteDomainResult withDomainStatus(DomainStatus domainStatus)
          The current status of the search domain.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteDomainResult

public DeleteDomainResult()
Method Detail

getDomainStatus

public DomainStatus getDomainStatus()
The current status of the search domain.

Returns:
The current status of the search domain.

setDomainStatus

public void setDomainStatus(DomainStatus domainStatus)
The current status of the search domain.

Parameters:
domainStatus - The current status of the search domain.

withDomainStatus

public DeleteDomainResult withDomainStatus(DomainStatus domainStatus)
The current status of the search domain.

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

Parameters:
domainStatus - The current status of the search domain.
Returns:
A reference to this updated object so that method calls can be chained together.

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.