Class DeleteFileSystemRequest

    • Constructor Detail

      • DeleteFileSystemRequest

        public DeleteFileSystemRequest()
    • Method Detail

      • setFileSystemId

        public void setFileSystemId​(String fileSystemId)

        The ID of the file system you want to delete.

        Parameters:
        fileSystemId - The ID of the file system you want to delete.
      • getFileSystemId

        public String getFileSystemId()

        The ID of the file system you want to delete.

        Returns:
        The ID of the file system you want to delete.
      • withFileSystemId

        public DeleteFileSystemRequest withFileSystemId​(String fileSystemId)

        The ID of the file system you want to delete.

        Parameters:
        fileSystemId - The ID of the file system you want to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object