@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFileSystemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response object returned after the file system is created.
Constructor and Description |
---|
CreateFileSystemResult() |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemResult |
clone() |
boolean |
equals(Object obj) |
FileSystem |
getFileSystem()
The configuration of the file system that was created.
|
int |
hashCode() |
void |
setFileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateFileSystemResult |
withFileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
fileSystem
- The configuration of the file system that was created.public FileSystem getFileSystem()
The configuration of the file system that was created.
public CreateFileSystemResult withFileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
fileSystem
- The configuration of the file system that was created.public String toString()
toString
in class Object
Object.toString()
public CreateFileSystemResult clone()