@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FsxStorageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Defines the storage configuration for an Amazon FSx file system.
Constructor and Description |
---|
FsxStorageConfiguration() |
Modifier and Type | Method and Description |
---|---|
FsxStorageConfiguration |
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.
|
FsxStorageConfiguration |
withFileSystemId(String fileSystemId)
The file system identifier.
|
FsxStorageConfiguration |
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 FsxStorageConfiguration 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 FsxStorageConfiguration 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 FsxStorageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.