@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The results 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.
|
DryRunProgressStatus |
getDryRunProgressStatus()
The status of the dry run being performed on the domain, if any.
|
DryRunResults |
getDryRunResults()
Results of the dry run performed in the update domain request.
|
int |
hashCode() |
void |
setDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
void |
setDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
|
void |
setDryRunResults(DryRunResults dryRunResults)
Results of the dry run performed in the update domain request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainConfigResult |
withDomainConfig(DomainConfig domainConfig)
The status of the updated domain.
|
UpdateDomainConfigResult |
withDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
|
UpdateDomainConfigResult |
withDryRunResults(DryRunResults dryRunResults)
Results of the dry run performed in the update domain request.
|
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)
Results of the dry run performed in the update domain request.
dryRunResults
- Results of the dry run performed in the update domain request.public DryRunResults getDryRunResults()
Results of the dry run performed in the update domain request.
public UpdateDomainConfigResult withDryRunResults(DryRunResults dryRunResults)
Results of the dry run performed in the update domain request.
dryRunResults
- Results of the dry run performed in the update domain request.public void setDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
dryRunProgressStatus
- The status of the dry run being performed on the domain, if any.public DryRunProgressStatus getDryRunProgressStatus()
The status of the dry run being performed on the domain, if any.
public UpdateDomainConfigResult withDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
dryRunProgressStatus
- The status of the dry run being performed on the domain, if any.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainConfigResult clone()