@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EFSFileSystem extends Object implements Serializable, Cloneable, StructuredPojo
A file system, created by you in Amazon EFS, 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 |
---|
EFSFileSystem() |
Modifier and Type | Method and Description |
---|---|
EFSFileSystem |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID of your Amazon EFS file system.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFileSystemId(String fileSystemId)
The ID of your Amazon EFS file system.
|
String |
toString()
Returns a string representation of this object.
|
EFSFileSystem |
withFileSystemId(String fileSystemId)
The ID of your Amazon EFS file system.
|
public void setFileSystemId(String fileSystemId)
The ID of your Amazon EFS file system.
fileSystemId
- The ID of your Amazon EFS file system.public String getFileSystemId()
The ID of your Amazon EFS file system.
public EFSFileSystem withFileSystemId(String fileSystemId)
The ID of your Amazon EFS file system.
fileSystemId
- The ID of your Amazon EFS file system.public String toString()
toString
in class Object
Object.toString()
public EFSFileSystem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.