@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DescribeDomainConfig request. 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()
The configuration information of the domain requested in the
DescribeDomainConfig request. |
int |
hashCode() |
void |
setDomainConfig(DomainConfig domainConfig)
The configuration information of the domain requested in the
DescribeDomainConfig request. |
String |
toString()
Returns a string representation of this object.
|
DescribeDomainConfigResult |
withDomainConfig(DomainConfig domainConfig)
The configuration information of the domain requested in the
DescribeDomainConfig request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDomainConfig(DomainConfig domainConfig)
The configuration information of the domain requested in the DescribeDomainConfig request.
domainConfig - The configuration information of the domain requested in the DescribeDomainConfig request.public DomainConfig getDomainConfig()
The configuration information of the domain requested in the DescribeDomainConfig request.
DescribeDomainConfig request.public DescribeDomainConfigResult withDomainConfig(DomainConfig domainConfig)
The configuration information of the domain requested in the DescribeDomainConfig request.
domainConfig - The configuration information of the domain requested in the DescribeDomainConfig request.public String toString()
toString in class ObjectObject.toString()public DescribeDomainConfigResult clone()
Copyright © 2022. All rights reserved.