@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainChangeProgressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DescribeDomainChangeProgress
request. Contains progress information for the requested
domain change.
Constructor and Description |
---|
DescribeDomainChangeProgressResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainChangeProgressResult |
clone() |
boolean |
equals(Object obj) |
ChangeProgressStatusDetails |
getChangeProgressStatus()
Container for information about the stages of a configuration change happening on a domain.
|
int |
hashCode() |
void |
setChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainChangeProgressResult |
withChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
changeProgressStatus
- Container for information about the stages of a configuration change happening on a domain.public ChangeProgressStatusDetails getChangeProgressStatus()
Container for information about the stages of a configuration change happening on a domain.
public DescribeDomainChangeProgressResult withChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
changeProgressStatus
- Container for information about the stages of a configuration change happening on a domain.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainChangeProgressResult clone()