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