@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FsxProtocolNfs extends Object implements Serializable, Cloneable, StructuredPojo
Represents the Network File System (NFS) protocol that DataSync uses to access your Amazon FSx for OpenZFS 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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.