@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckDomainTransferabilityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The CheckDomainTransferability response includes the following elements.
Constructor and Description |
---|
CheckDomainTransferabilityResult() |
Modifier and Type | Method and Description |
---|---|
CheckDomainTransferabilityResult |
clone() |
boolean |
equals(Object obj) |
DomainTransferability |
getTransferability()
A complex type that contains information about whether the specified domain can be transferred to Amazon Route
53.
|
int |
hashCode() |
void |
setTransferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Amazon Route
53.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CheckDomainTransferabilityResult |
withTransferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Amazon Route
53.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTransferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Amazon Route 53.
transferability
- A complex type that contains information about whether the specified domain can be transferred to Amazon
Route 53.public DomainTransferability getTransferability()
A complex type that contains information about whether the specified domain can be transferred to Amazon Route 53.
public CheckDomainTransferabilityResult withTransferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Amazon Route 53.
transferability
- A complex type that contains information about whether the specified domain can be transferred to Amazon
Route 53.public String toString()
toString
in class Object
Object.toString()
public CheckDomainTransferabilityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.