@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 the progress information of the requested
domain change.
Constructor and Description |
---|
DescribeDomainChangeProgressResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainChangeProgressResult |
clone() |
boolean |
equals(Object obj) |
ChangeProgressStatusDetails |
getChangeProgressStatus()
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request. |
int |
hashCode() |
void |
setChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request. |
String |
toString()
Returns a string representation of this object.
|
DescribeDomainChangeProgressResult |
withChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress
request.
changeProgressStatus
- Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress
request.public ChangeProgressStatusDetails getChangeProgressStatus()
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress
request.
DescribeDomainChangeProgress
request.public DescribeDomainChangeProgressResult withChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress
request.
changeProgressStatus
- Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress
request.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainChangeProgressResult clone()