@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomFileSystem extends Object implements Serializable, Cloneable, StructuredPojo
A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.
| Constructor and Description | 
|---|
| CustomFileSystem() | 
| Modifier and Type | Method and Description | 
|---|---|
| CustomFileSystem | clone() | 
| boolean | equals(Object obj) | 
| EFSFileSystem | getEFSFileSystem()
 A custom file system in Amazon EFS. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setEFSFileSystem(EFSFileSystem eFSFileSystem)
 A custom file system in Amazon EFS. | 
| String | toString()Returns a string representation of this object. | 
| CustomFileSystem | withEFSFileSystem(EFSFileSystem eFSFileSystem)
 A custom file system in Amazon EFS. | 
public void setEFSFileSystem(EFSFileSystem eFSFileSystem)
A custom file system in Amazon EFS.
eFSFileSystem - A custom file system in Amazon EFS.public EFSFileSystem getEFSFileSystem()
A custom file system in Amazon EFS.
public CustomFileSystem withEFSFileSystem(EFSFileSystem eFSFileSystem)
A custom file system in Amazon EFS.
eFSFileSystem - A custom file system in Amazon EFS.public String toString()
toString in class ObjectObject.toString()public CustomFileSystem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.