@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) |
String |
getMessage()
Provides an explanation for when a domain can't be transferred.
|
DomainTransferability |
getTransferability()
A complex type that contains information about whether the specified domain can be transferred to Route 53.
|
int |
hashCode() |
void |
setMessage(String message)
Provides an explanation for when a domain can't be transferred.
|
void |
setTransferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Route 53.
|
String |
toString()
Returns a string representation of this object.
|
CheckDomainTransferabilityResult |
withMessage(String message)
Provides an explanation for when a domain can't be transferred.
|
CheckDomainTransferabilityResult |
withTransferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to 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 Route 53.
transferability
- A complex type that contains information about whether the specified domain can be transferred to Route
53.public DomainTransferability getTransferability()
A complex type that contains information about whether the specified domain can be transferred to Route 53.
public CheckDomainTransferabilityResult withTransferability(DomainTransferability transferability)
A complex type that contains information about whether the specified domain can be transferred to Route 53.
transferability
- A complex type that contains information about whether the specified domain can be transferred to Route
53.public void setMessage(String message)
Provides an explanation for when a domain can't be transferred.
message
- Provides an explanation for when a domain can't be transferred.public String getMessage()
Provides an explanation for when a domain can't be transferred.
public CheckDomainTransferabilityResult withMessage(String message)
Provides an explanation for when a domain can't be transferred.
message
- Provides an explanation for when a domain can't be transferred.public String toString()
toString
in class Object
Object.toString()
public CheckDomainTransferabilityResult clone()