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