@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 Object
Object.toString()
public FsxProtocolNfs clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.