Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class CreateDomainResult

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

public class CreateDomainResult
extends Object
implements Serializable

A response message that contains the status of a newly created domain.

See Also:
Serialized Form

Constructor Summary
CreateDomainResult()
           
 
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.
 CreateDomainResult 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

CreateDomainResult

public CreateDomainResult()
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 CreateDomainResult 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.