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