@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainTransferability extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that contains information about whether the specified domain can be transferred to Route 53.
| Constructor and Description |
|---|
DomainTransferability() |
| Modifier and Type | Method and Description |
|---|---|
DomainTransferability |
clone() |
boolean |
equals(Object obj) |
String |
getTransferable() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTransferable(String transferable) |
String |
toString()
Returns a string representation of this object.
|
DomainTransferability |
withTransferable(String transferable) |
DomainTransferability |
withTransferable(Transferable transferable) |
public void setTransferable(String transferable)
transferable - Transferablepublic String getTransferable()
Transferablepublic DomainTransferability withTransferable(String transferable)
transferable - Transferablepublic DomainTransferability withTransferable(Transferable transferable)
transferable - Transferablepublic String toString()
toString in class ObjectObject.toString()public DomainTransferability clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.