@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FsxProtocolNfs extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your Amazon FSx for OpenZFS or Amazon FSx for NetApp ONTAP file system.
| Constructor and Description | 
|---|
| FsxProtocolNfs() | 
| Modifier and Type | Method and Description | 
|---|---|
| FsxProtocolNfs | clone() | 
| boolean | equals(Object obj) | 
| NfsMountOptions | getMountOptions() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setMountOptions(NfsMountOptions mountOptions) | 
| String | toString()Returns a string representation of this object. | 
| FsxProtocolNfs | withMountOptions(NfsMountOptions mountOptions) | 
public void setMountOptions(NfsMountOptions mountOptions)
mountOptions - public NfsMountOptions getMountOptions()
public FsxProtocolNfs withMountOptions(NfsMountOptions mountOptions)
mountOptions - public String toString()
toString in class ObjectObject.toString()public FsxProtocolNfs clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.