@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the status of the domain specified in the request.
Constructor and Description |
---|
DescribeDomainResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainResult |
clone() |
boolean |
equals(Object obj) |
DomainStatus |
getDomainStatus()
List that contains the status of each specified OpenSearch Service domain.
|
int |
hashCode() |
void |
setDomainStatus(DomainStatus domainStatus)
List that contains the status of each specified OpenSearch Service domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainResult |
withDomainStatus(DomainStatus domainStatus)
List that contains the status of each specified OpenSearch Service domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainStatus(DomainStatus domainStatus)
List that contains the status of each specified OpenSearch Service domain.
domainStatus
- List that contains the status of each specified OpenSearch Service domain.public DomainStatus getDomainStatus()
List that contains the status of each specified OpenSearch Service domain.
public DescribeDomainResult withDomainStatus(DomainStatus domainStatus)
List that contains the status of each specified OpenSearch Service domain.
domainStatus
- List that contains the status of each specified OpenSearch Service domain.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainResult clone()