Class DeleteDomainResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DeleteDomainResult
- All Implemented Interfaces:
Serializable,Cloneable
The result of a DeleteDomain request. Contains the status of a
newly deleted domain, or no status if the domain has already been completely
deleted.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetDomainStatus(DomainStatus domainStatus) toString()Returns a string representation of this object; useful for testing and debugging.withDomainStatus(DomainStatus domainStatus)
-
Constructor Details
-
DeleteDomainResult
public DeleteDomainResult()
-
-
Method Details
-
setDomainStatus
- Parameters:
domainStatus-
-
getDomainStatus
- Returns:
-
withDomainStatus
- Parameters:
domainStatus-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-