@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.
|
DryRunResults |
getDryRunResults()
Contains result of DryRun.
|
int |
hashCode() |
void |
setDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
void |
setDryRunResults(DryRunResults dryRunResults)
Contains result of DryRun.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainConfigResult |
withDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
UpdateDomainConfigResult |
withDryRunResults(DryRunResults dryRunResults)
Contains result of DryRun.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 void setDryRunResults(DryRunResults dryRunResults)
Contains result of DryRun.
dryRunResults
- Contains result of DryRun.public DryRunResults getDryRunResults()
Contains result of DryRun.
public UpdateDomainConfigResult withDryRunResults(DryRunResults dryRunResults)
Contains result of DryRun.
dryRunResults
- Contains result of DryRun.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainConfigResult clone()