public class CreateDomainResult extends Object implements Serializable, Cloneable
The result of a CreateDomainRequest
. Contains the status
of a newly created domain.
Constructor and Description |
---|
CreateDomainResult() |
Modifier and Type | Method and Description |
---|---|
CreateDomainResult |
clone() |
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.
|
public DomainStatus getDomainStatus()
public void setDomainStatus(DomainStatus domainStatus)
domainStatus
- The current status of the search domain.public CreateDomainResult withDomainStatus(DomainStatus domainStatus)
Returns a reference to this object so that method calls can be chained together.
domainStatus
- The current status of the search domain.public String toString()
toString
in class Object
Object.toString()
public CreateDomainResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.