@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainTransferability extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DomainTransferability() |
| Modifier and Type | Method and Description |
|---|---|
DomainTransferability |
clone() |
boolean |
equals(Object obj) |
String |
getTransferable() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTransferable(String transferable) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.