@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFileSystemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response object for the CreateFileSystem
operation.
Constructor and Description |
---|
CreateFileSystemResult() |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemResult |
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.
|
CreateFileSystemResult |
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 CreateFileSystemResult 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 CreateFileSystemResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.