@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the configuration information of the requested domain.
Constructor and Description |
---|
DescribeDomainConfigResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainConfigResult |
clone() |
boolean |
equals(Object obj) |
DomainConfig |
getDomainConfig()
Container for the configuration of the OpenSearch Service domain.
|
int |
hashCode() |
void |
setDomainConfig(DomainConfig domainConfig)
Container for the configuration of the OpenSearch Service domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainConfigResult |
withDomainConfig(DomainConfig domainConfig)
Container for the configuration of the OpenSearch Service domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainConfig(DomainConfig domainConfig)
Container for the configuration of the OpenSearch Service domain.
domainConfig
- Container for the configuration of the OpenSearch Service domain.public DomainConfig getDomainConfig()
Container for the configuration of the OpenSearch Service domain.
public DescribeDomainConfigResult withDomainConfig(DomainConfig domainConfig)
Container for the configuration of the OpenSearch Service domain.
domainConfig
- Container for the configuration of the OpenSearch Service domain.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainConfigResult clone()