@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of an UpdateDomain request. Contains the status of the domain being updated.
| Constructor and Description |
|---|
UpdateDomainConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainConfigResult |
clone() |
boolean |
equals(Object obj) |
DomainConfig |
getDomainConfig()
The status of the updated domain.
|
int |
hashCode() |
void |
setDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainConfigResult |
withDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
domainConfig - The status of the updated domain.public DomainConfig getDomainConfig()
The status of the updated domain.
public UpdateDomainConfigResult withDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
domainConfig - The status of the updated domain.public String toString()
toString in class ObjectObject.toString()public UpdateDomainConfigResult clone()