@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDomainResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainResult |
clone() |
boolean |
equals(Object obj) |
Domain |
getDomain()
Details about the updated domain
|
int |
hashCode() |
void |
setDomain(Domain domain)
Details about the updated domain
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainResult |
withDomain(Domain domain)
Details about the updated domain
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomain(Domain domain)
Details about the updated domain
domain
- Details about the updated domainpublic Domain getDomain()
Details about the updated domain
public UpdateDomainResult withDomain(Domain domain)
Details about the updated domain
domain
- Details about the updated domainpublic String toString()
toString
in class Object
Object.toString()
public UpdateDomainResult clone()