@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomFileSystemConfig extends Object implements Serializable, Cloneable, StructuredPojo
The settings for assigning a custom file system 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 | 
|---|
CustomFileSystemConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
CustomFileSystemConfig | 
clone()  | 
boolean | 
equals(Object obj)  | 
EFSFileSystemConfig | 
getEFSFileSystemConfig()
 The settings for a custom Amazon EFS file system. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setEFSFileSystemConfig(EFSFileSystemConfig eFSFileSystemConfig)
 The settings for a custom Amazon EFS file system. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CustomFileSystemConfig | 
withEFSFileSystemConfig(EFSFileSystemConfig eFSFileSystemConfig)
 The settings for a custom Amazon EFS file system. 
 | 
public void setEFSFileSystemConfig(EFSFileSystemConfig eFSFileSystemConfig)
The settings for a custom Amazon EFS file system.
eFSFileSystemConfig - The settings for a custom Amazon EFS file system.public EFSFileSystemConfig getEFSFileSystemConfig()
The settings for a custom Amazon EFS file system.
public CustomFileSystemConfig withEFSFileSystemConfig(EFSFileSystemConfig eFSFileSystemConfig)
The settings for a custom Amazon EFS file system.
eFSFileSystemConfig - The settings for a custom Amazon EFS file system.public String toString()
toString in class ObjectObject.toString()public CustomFileSystemConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.