@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EfsStorageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Defines the storage configuration for an Amazon EFS file system.
Constructor and Description |
---|
EfsStorageConfiguration() |
Modifier and Type | Method and Description |
---|---|
EfsStorageConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
The file system identifier.
|
String |
getMountPoint()
The mount point for the file system.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFileSystemId(String fileSystemId)
The file system identifier.
|
void |
setMountPoint(String mountPoint)
The mount point for the file system.
|
String |
toString()
Returns a string representation of this object.
|
EfsStorageConfiguration |
withFileSystemId(String fileSystemId)
The file system identifier.
|
EfsStorageConfiguration |
withMountPoint(String mountPoint)
The mount point for the file system.
|
public void setFileSystemId(String fileSystemId)
The file system identifier.
fileSystemId
- The file system identifier.public String getFileSystemId()
The file system identifier.
public EfsStorageConfiguration withFileSystemId(String fileSystemId)
The file system identifier.
fileSystemId
- The file system identifier.public void setMountPoint(String mountPoint)
The mount point for the file system.
mountPoint
- The mount point for the file system.public String getMountPoint()
The mount point for the file system.
public EfsStorageConfiguration withMountPoint(String mountPoint)
The mount point for the file system.
mountPoint
- The mount point for the file system.public String toString()
toString
in class Object
Object.toString()
public EfsStorageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.